You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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:
Workaround:
Messaging connector config example:
The text was updated successfully, but these errors were encountered: