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

Add initial timeout property for KafkaRequestReply when using latest offset #2748

Merged
merged 2 commits into from
Sep 24, 2024

Conversation

Malandril
Copy link
Contributor

@Malandril Malandril commented Sep 8, 2024

This PR alleviates some a part of the issue of #2714 notably the fact that at start the KafkaRequestReply uses the same timeout to wait for assignments and to await replies when using the latest offset.

I didn't have any idea just named the property reply.initial-assignment-timeout you can propose a more suitable one if you think of one.

@ozangunalp
Copy link
Collaborator

ozangunalp commented Sep 19, 2024

@Malandril Thank you for this clean PR!

I'd like to push a change to disable the wait when reply.initial-assignment-timeout is -1. Would it be ok ?

Here is the proposition : 4940198

@Malandril
Copy link
Contributor Author

@Malandril Thank you for this clean PR!

I'd like to push a change to disable the wait when reply.initial-assignment-timeout is -1. Would it be ok ?

Here is the proposition : 4940198

Yeah it would be great ! Thanks!

@ozangunalp ozangunalp merged commit ed61820 into smallrye:main Sep 24, 2024
3 of 4 checks passed
@ozangunalp ozangunalp added this to the 4.25.0 milestone Sep 25, 2024
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