Knative Kafka Broker Partitioning Defaults to 0, Ignoring CloudEvents Extension #8797
Replies: 1 comment
-
|
My apologies, we had only one partition for the topic "knative-broker-dx-prod-default". After manually increasing the partition count for this topic, different messages with different partitionkey values are now successfully going to different partitions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are using Knative Eventing with a Kafka Broker. Below is our kafka-broker-config configMap and the Broker.
kafka-broker-config:
Broker:
I am sending two events, and both are going to the same partition (Partition 0). In fact, all the events I send are going to a single partition.
Event1:
Event2:
My questions are:
Beta Was this translation helpful? Give feedback.
All reactions