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

batch.size is incorrectly configured #221

Open
bradporter-y opened this issue Oct 5, 2021 · 0 comments
Open

batch.size is incorrectly configured #221

bradporter-y opened this issue Oct 5, 2021 · 0 comments
Labels

Comments

@bradporter-y
Copy link

Description

DefaultKafkaProducerFactory wrongly configures batch.size to be a Long when it should be an Int - causing startup problems.

https://github.com/camunda-community-hub/zeebe-kafka-exporter/blob/master/exporter/src/main/java/io/zeebe/exporters/kafka/producer/DefaultKafkaProducerFactory.java#L65

forces a Long type - but an Int is expected... https://github.com/apache/kafka/blob/2.7.0/clients/src/main/java/org/apache/kafka/clients/producer/ProducerConfig.java#L308

This causes issues with the exporter starting up...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant