We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently PC is multi threaded but underlying Kafka consumer is not. So a scenario such as
will fail since the underlying kafka consumer will reject the second subscribe, due to the consumer's thread safety checks
Relates to: Enable changing of topic subscription before or after PC has started #187
Fixed by:
The text was updated successfully, but these errors were encountered:
astubbs
No branches or pull requests
Currently PC is multi threaded but underlying Kafka consumer is not. So a scenario such as
will fail since the underlying kafka consumer will reject the second subscribe, due to the consumer's thread safety checks
Relates to: Enable changing of topic subscription before or after PC has started #187
Fixed by:
The text was updated successfully, but these errors were encountered: