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

Kafka Health check not working for compacted topics #57

Closed
KostovMartin opened this issue Jan 9, 2019 · 2 comments
Closed

Kafka Health check not working for compacted topics #57

KostovMartin opened this issue Jan 9, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@KostovMartin
Copy link

Kafka health check is not working in the case where kafka is configured by default to create compacted topics. The reason is that compacted topics require key, but the health-check is without such. In this case we get: ErrorCode: InvalidMsg.
It is fairly easy to add key for the check.

@unaizorrilla
Copy link
Collaborator

Can you create a PR with the changes to support this scenario or a simple gist with a sample?

@unaizorrilla unaizorrilla added the enhancement New feature or request label Jan 9, 2019
@KostovMartin
Copy link
Author

Sure, I will create PR.

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

No branches or pull requests

2 participants