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

refactor: use shared ets table for partition-producers #56

Merged

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    c40a731 View commit details
    Browse the repository at this point in the history
  2. refactor: use shared ets table for partition-producers

    Prior to this change, a unique atom is required to start
    supervised producers.
    This PR changes to use a shared ETS table for partition-producer.
    To be backward compabtible, the old 'name' option in producer
    config is still required to be used as the namespace for
    partitions in the shared table.
    zmstone committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    c9c5b6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8427c9 View commit details
    Browse the repository at this point in the history