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

upgrade to Kafka 2.7 and off kafka-junit #198

Merged
merged 4 commits into from Oct 28, 2021
Merged

upgrade to Kafka 2.7 and off kafka-junit #198

merged 4 commits into from Oct 28, 2021

Conversation

codefromthecrypt
Copy link
Member

This moves to testcontainers, but has a glitch maybe @jeqo can help solve.

Once done, we also need to sort out benchmarks as that also uses kafka-junit.

@jeqo
Copy link
Member

jeqo commented Dec 26, 2020

@adriancole kafka tests are working now.
Forced flushing and extended poll timeout to 5s to wait for records to be available.
Also recreated topics to avoid protobuf tests to consume records from previous tests.

@jcchavezs
Copy link

@jeqo could you take this one over?

adriancole and others added 3 commits October 28, 2021 15:27
This moves to testcontainers, but has a glitch maybe @jeqo can help solve.

Once done, we also need to sort out benchmarks as that also uses kafka-junit.
@jeqo jeqo changed the title WIP upgrade to Kafka 2.7 and off kafka-junit upgrade to Kafka 2.7 and off kafka-junit Oct 28, 2021
@jeqo jeqo merged commit 2f08f07 into master Oct 28, 2021
@jeqo jeqo deleted the kafka-docker branch October 28, 2021 14:35
}
waitStrategy = Wait.forHealthcheck();
// 19092 is for connections from the Docker host and needs to be used as a fixed port.
// TODO: someone who knows Kafka well, make ^^ comment better!

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You might be that someone @jeqo :p

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lol 😂 will do!

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.

None yet

3 participants