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

Conversation

zmstone
Copy link
Contributor

@zmstone zmstone commented Nov 6, 2023

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.

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 zmstone force-pushed the 1106-use-global-ets-tab-for-producer-workers branch from 51131e6 to c9c5b6b Compare November 6, 2023 15:53
@zmstone zmstone force-pushed the 1106-use-global-ets-tab-for-producer-workers branch from ee45341 to c8427c9 Compare November 6, 2023 16:18
@zmstone zmstone merged commit 40b9300 into kafka4beam:main Nov 12, 2023
6 checks passed
@zmstone zmstone deleted the 1106-use-global-ets-tab-for-producer-workers branch November 12, 2023 08:11
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

Successfully merging this pull request may close these issues.

2 participants