-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Enhance KafkaBridge
resource with consumer inactivity timeout and HTTP consumer/producer parts enablement
#8732
Comments
Triaged on 29.6.2023: We should enable the configuration of these fields. But how should the API look like? Should have a proposal to clarify the API changes. |
If you'd like, I can try to look into this one @ppatierno and @scholzj :) One comment, you @ppatierno write that Just want to make sure that its intentional and no work is needed on the Thanks :) |
Hello @ppatierno I've now added Please see reference here for new CRD:
Unsure wether you prefer it here or inside the dedicated
|
@steffen-karlsson I mostly replied on the PR you opened (as answer to a Jakub's comment). I think as mentioned here, we would need a proposal to describe the API changes (as per the discussion during the triage). |
Raised discussion here for the two implementation details: strimzi/proposals#111 |
…nd HTTP consumer/producer parts enablement (#9820) Signed-off-by: Steffen Karlsson <[email protected]> Signed-off-by: Steffen Wirenfeldt Karlsson <[email protected]> Co-authored-by: Jakub Scholz <[email protected]>
Note: A new Bridge release will be needed to make the new options actually work. |
The current
KafkaBridge
custom resource has anhttp
section for setting HTTP related configuration.Right now it supports only
host
andport
but the bridge also has:We should allow the above parameters to be configured via the
KafkaBridge
spec.The text was updated successfully, but these errors were encountered: