We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mqtt-kafka
Describe the bug mqtt-kafka clients topic patterns do not match all required topics according to MQTT specification wildcard pattern matching rules.
clients
To Reproduce Steps to reproduce the behavior:
aklivity/zilla-examples
mqtt.kafka.broker
docker/compose/setup.sh
mqtt-devices
zilla.yaml
north_mqtt_kafka_mapping
place/{identity}/+/#
Expected behavior Messages for different devices but same identity should always arrive on the same mqtt-devices partitions.
Screenshots None
Zilla Environment:
ZILLA_VERSION=0.9.89
The text was updated successfully, but these errors were encountered:
jfallows
Successfully merging a pull request may close this issue.
Describe the bug
mqtt-kafka
clients
topic patterns do not match all required topics according to MQTT specification wildcard pattern matching rules.To Reproduce
Steps to reproduce the behavior:
aklivity/zilla-examples
repo,mqtt.kafka.broker
example.docker/compose/setup.sh
to createmqtt-devices
topic with multiple partitions.zilla.yaml
north_mqtt_kafka_mapping
clients
option toplace/{identity}/+/#
.mqtt-devices
partitions.Expected behavior
Messages for different devices but same identity should always arrive on the same
mqtt-devices
partitions.Screenshots
None
Zilla Environment:
The text was updated successfully, but these errors were encountered: