Re: Kafka SQL Connector Behavior (v1.11)

2021-01-05 Thread Arvid Heise
Hi Aeden, I just checked the code and your assumption is correct. Without an explicit partitioner, Flink just writes ProducerRecord without partition (null), so that whatever Kafka usually does applies. On Tue, Jan 5, 2021 at 1:53 AM Aeden Jameson wrote: > Based on these docs, > > https://ci.ap

Kafka SQL Connector Behavior (v1.11)

2021-01-04 Thread Aeden Jameson
Based on these docs, https://ci.apache.org/projects/flink/flink-docs-release-1.11/dev/table/connectors/kafka.html, the default partitioning behavior is not quite clear to me. If no value for sink-partitioner is given, is the default behavior just that of the native Kafka library? (with key use murm