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

No documentation on KafkaProducer #90

Open
carlpulley opened this issue Feb 6, 2017 · 0 comments
Open

No documentation on KafkaProducer #90

carlpulley opened this issue Feb 6, 2017 · 0 comments

Comments

@carlpulley
Copy link

Documentation exists for how to use the Scala KafkaConsumer, but no documentation exists for how and when you would expect users to utilise the KafkaProducer and its associated helper functions.

This can lead to difficult to debug issues - for example, using KafkaRecords.fromValues rather than KafkaRecords.fromValuesWithKey can lead to type related issues that cause messages to be dropped. Fortunately, these dropped messages are logged (though at a WARN logging level).

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