是否可以使用 MQTT-Proxy 形式写入 Kafka-Topic 上的特定分区?

Is it possible to write to a specifiv Partition on a Kafka-Topic with MQTT-Proxy from Confluent?

也许有人可以帮我解决一个小问题。有没有办法使用 Confluent 内置的 MQTT-Proxy 中的 Producer 配置按键分区?

只有一个 Topic-Mapping-属性,但我还没有找到如何将 MQTT-Proxy 与按 Key 分区的 Topic 一起使用。我可以在 MQTT 消息中包含 Kafka 协议的密钥吗?

谢谢大家。

好的...对不起。找到零件:

Since topic naming rules in Kafka are much stricter than in MQTT, not every MQTT topic may map to a Kafka topic. Therefore, an MQTT topic is represented by a message key in Kafka, and a single Kafka topic may contain messages for multiple MQTT topics.

https://www.confluent.de/blog/iot-streaming-use-cases-with-kafka-mqtt-confluent-and-waterstream/