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

Implement java producer + consumer #1521

Merged
merged 1 commit into from
Mar 13, 2024

Conversation

rukai
Copy link
Member

@rukai rukai commented Mar 12, 2024

Implements producer + consumer logic for the kafka java test driver.
It passes for the single instance cluster tests, which is great!
But it also fails for all the multi instance cluster tests so I've disabled those tests for now. (just the java ones, the cpp clustered tests are still running)
I think its sensible to disable those tests as the producer+consumer is the juicy part, so we're better off having producer+consumer coverage for single than admin for both single+clustered.

I believe the cluster tests are failing due to a shotover bug, so I will fix that bug in a follow up PR and reenenable all the java tests then.

@rukai rukai force-pushed the java_producer_consumer branch from 0ccc874 to 9948852 Compare March 12, 2024 05:39
@rukai rukai force-pushed the java_producer_consumer branch from 9948852 to f95fa6e Compare March 12, 2024 05:48
@rukai rukai marked this pull request as ready for review March 12, 2024 06:14
@rukai rukai requested a review from conorbros March 12, 2024 06:15
@conorbros conorbros merged commit 65bca7d into shotover:main Mar 13, 2024
40 checks passed
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

Successfully merging this pull request may close these issues.

3 participants