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

Kafka connector- broker does not support INIT_PRODUCER_ID #6718

Closed
danielkec opened this issue Apr 27, 2023 · 0 comments
Closed

Kafka connector- broker does not support INIT_PRODUCER_ID #6718

danielkec opened this issue Apr 27, 2023 · 0 comments
Assignees
Labels
messaging Reactive Messaging question Further information is requested wontfix This will not be worked on
Projects

Comments

@danielkec
Copy link
Contributor

danielkec commented Apr 27, 2023

Helidon Versions: 2.6.1 and newer, 3.2.1 and newer, 4.0.0-ALPHA7 and newer

There is a known issue with OSS(OCI Streaming Service) and older versions of Kafka KIP-679 which enabled backward incompatible feature by default, workaround is explicitly disabling producer idempotence with enable.idempotence: false

Exception:

org.apache.kafka.common.errors.UnsupportedVersionException: The broker does not support INIT_PRODUCER_ID

Workaround:

enable.idempotence: false

Messaging connector config example:

mp.messaging:
 connector:
   helidon-kafka:
     enable.idempotence: false
     bootstrap.servers: ${oci.test-stream.endpoint}:${oci.test-stream.port}
     ...
@github-actions github-actions bot added this to Triage in Backlog Apr 27, 2023
@danielkec danielkec self-assigned this Apr 27, 2023
@barchetta barchetta added messaging Reactive Messaging question Further information is requested labels Apr 28, 2023
@danielkec danielkec added the wontfix This will not be worked on label May 11, 2023
Backlog automation moved this from Triage to Closed May 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
messaging Reactive Messaging question Further information is requested wontfix This will not be worked on
Projects
Backlog
  
Closed
Development

No branches or pull requests

2 participants