jrpilat opened a new issue #6312: Kafka sink property `ack` should be `acks` URL: https://github.com/apache/pulsar/issues/6312 The 2.5.0 docs at https://pulsar.apache.org/docs/en/io-kafka-sink/ currently states that the `ack` property controls the setting for Kafka acknowledgements, but this property is actually named `acks`, per https://github.com/apache/pulsar/blob/master/pulsar-io/kafka/src/main/java/org/apache/pulsar/io/kafka/KafkaSinkConfig.java#L52 I can take this simple issue as a first contribution :)
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
