-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: improve reuse of pubsub/content topic configuration #1814
Labels
enhancement
New feature or request
Comments
issue description is empty. moving this back to triage |
@adklempner could you, please, provide description and some examples of what this feature is about. If possible - link it to relevant epic or milestone |
Moving to priority as it is better to finalize before the next release. |
@weboko are we set on the proposed solution? do we want to triage it before we tackle it? |
Proposed solution:
const node = createLightNode({ defaultBootstrap: true });
const encoder = node.createEncoder({ ... }); // <- potentially by using some params asym/sym encoder/decoder can be instantiated
const decoder = node.createDecoder({ ... });
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a bug report/feature or change request/support request
Problem
The library consumer has to set the content/pubsub topic in multiple places:
If the three don't match, then it can lead to unwanted behaviour
Proposed Solutions
Notes
The text was updated successfully, but these errors were encountered: