-
Notifications
You must be signed in to change notification settings - Fork 0
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
A Kafka Support (GSI-933) #6
Conversation
Pull Request Test Coverage Report for Build 10591970960Details
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs some smaller adjustements and one of the test cases has a logic problem.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, Thomas already made some good suggestions and I just added a little more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good now
Adds a single endpoint to enable clearing topics. The functionality under the hood is almost identical to the version in the hexkit test fixture.
The endpoint is
DELETE /events/
, which will return a204
in the absence of any errors. The error codes returned to the client are either422
, indicating that a topic name was invalid, or a500
, indicating any other error.