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

The number of KNetConsumers allocated from a KNetCompactedReplicator shall be different from the partitions #237

Closed
masesdevelopers opened this issue Sep 14, 2023 · 0 comments · Fixed by #238
Assignees
Labels
enhancement New feature or request KNet KNet related issue

Comments

@masesdevelopers
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Currently KNetCompactedReplicator allocates the KNetConsumers based on the number of partitions, an user shall define the number of KNetConsumers to be used.

Describe the solution you'd like
The number of KNetConsumers shall be defined with a specific property, as default value it shall be the same of the partitions of the topic. In any casethe maximum number of KNetConsumers shall not exceed the number of partitions.

Describe alternatives you've considered
N/A

Additional context
N/A

@masesdevelopers masesdevelopers added enhancement New feature or request KNet KNet related issue labels Sep 14, 2023
@masesdevelopers masesdevelopers self-assigned this Sep 14, 2023
@masesdevelopers masesdevelopers changed the title The number of KNetConsumer allocated from KNetCompactedReplicator shall be different from the partitions The number of KNetConsumers allocated from a KNetCompactedReplicator shall be different from the partitions Sep 14, 2023
masesdevelopers added a commit that referenced this issue Sep 26, 2023
…number of active consumers (#238)

* Clean Program.cs files

* #237: added ConsumerInstances to manage the number of consumers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request KNet KNet related issue
Projects
None yet
1 participant