Skip to content
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

Create reusable mechanism for configuring output sequence numbers #520

Open
nigelmegitt opened this issue Oct 18, 2019 · 0 comments
Open

Comments

@nigelmegitt
Copy link
Collaborator

Currently producer nodes always begin their output sequence at 1, but in general this is not always the best choice. See also #502 (comment)

Allow output sequence numbering strategy to be determined by configuration, with an interface class that provides the facility to fetch a new sequence number, and objects that satisfy that interface where at least:

  1. One of them begins at sequence number n, default 1.
  2. One of them uses a mapping of the current time (perhaps from a reference clock) to the sequence number.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant