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

KIP-924: Custom assignment integration test #309

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

apourchet
Copy link
Contributor

This PR includes a new integration test that uses a simple custom
assignor. In this case, the simplest way to make sure the custom
assignment is working is to not assign any of the tasks and make sure
the streams application is not making progress.

agavra and others added 4 commits May 23, 2024 15:24
This PR includes a new integration test that uses a simple custom
assignor. In this case, the simplest way to make sure the custom
assignment is working is to not assign any of the tasks and make sure
the streams application is not making progress.
@@ -45,7 +45,7 @@ dependencyResolutionManagement {
versionCatalogs {
create("libs") {
version("jackson", "2.14.2")
version("kafka", "3.7.0")
version("kafka", "3.9.0-SNAPSHOT")
Copy link
Contributor

Choose a reason for hiding this comment

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

Future TODO: change this to 3.8 once the release is cut

Base automatically changed from dsl_supplier to main June 11, 2024 20:42
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