flink-connector-kafka
flink-connector-kafka copied to clipboard
[FLINK-35870] Change DEFAULT_KAFKA_TRANSACTION_TIMEOUT in KafkaSinkBuilder
change DEFAULT_KAFKA_TRANSACTION_TIMEOUT
in KafkaSinkBuilder
class.
The default value is 15 minutes, as shown in the official Kakfa documentation.
So I changed it from 1 hour to 15 minutes and added the test.