Join Slack
Powered by
Hi, I'm wondering how we can keep the kafka source...
# troubleshooting
o
Olivier
09/26/2023, 8:00 AM
Hi, I'm wondering how we can keep the kafka source key as flink partitioning key ? I can't find it in the doc.
a
Alexey Seleznev
09/27/2023, 2:58 PM
You probably need a custom
KafkaRecordDeserializationSchema
where you extract the key of the message and use it later for .keyBy
Open in Slack
Previous
Next