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

Investigate usage of DependentProducerBuilder for the output binding #71

Closed
fbeltrao opened this issue Apr 11, 2019 · 1 comment
Closed
Assignees
Milestone

Comments

@fbeltrao
Copy link
Contributor

Today we create a single producer per brokerList, keyType and valueType. Meaning that multiple topics with same message type will share the same producer.

We should investigate using the DependentProducerBuilder since librdkafka does not know about serialisers.

@fbeltrao fbeltrao added this to the P1 milestone Apr 11, 2019
@fbeltrao fbeltrao self-assigned this Apr 12, 2019
@fbeltrao
Copy link
Contributor Author

Solved by #73

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