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
The user can create the Kafka destination connector with an invalid value "-1" for the number of acknowledgments required before considering a record written to Kafka ( "acks": "-1" )
Expected result: Error: "message": "failed to create connector: could not init connector: invalid destination config: config is invalid: couldn't parse ack: unknown ack mode: required acks must be one of none, one, or all, not "-1""
The user can create the Kafka destination connector with an invalid value "-1" for the number of acknowledgments required before considering a record written to Kafka ( "acks": "-1" )
Expected result: Error: "message": "failed to create connector: could not init connector: invalid destination config: config is invalid: couldn't parse ack: unknown ack mode: required acks must be one of none, one, or all, not "-1""
Valid values: none, one, all.
GitHub - ConduitIO/conduit-connector-kafka: Provides a source and a destination Kafka connector, for Conduit.
The text was updated successfully, but these errors were encountered: