Skip to content

Commit

Permalink
expanding explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmer committed Sep 9, 2024
1 parent 8c289fb commit 3f84fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/nwaku/upgrade-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Named sharding was deprecated in this version. This means that pubsub topics wil

In order to migrate your existing application, you need to:

1. Make sure that your clients are sending messages to pubsub topics in the required format.
1. Make sure that your clients are sending messages to pubsub topics in the required format. Check that in your interactions with Nwaku's REST API or when using `js-waku`, the configured pubsub topics follow the static sharding format defined above.
2. When running a node with the `--pubsub-topic` CLI flag, the values provided should comply with the static sharding format.
3. If your application relies on nodes or clients that may not be updated immediately, keep your node on an older version while subscribing to both the current pubsub topic and the new pubsub topic that will comply with the static sharding format. In that case, you can keep backward compatibility for a migration period.

Expand Down

0 comments on commit 3f84fa3

Please sign in to comment.