You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the desired outcome from the user's perspective
As devops, I want to be able to configure mqtt-kafka mapping to support at most QoS 1 for publish, so that idempotent producer is not needed for Kafka.
Acceptance criteria
mqttserver binding maximum qos can be configured in zilla.yaml
mqttserver rejects attempts to publish at qos higher than configured maximum
Additional context
This simplifies integrations with systems implementing a subset of the Kafka protocol, when idempotent producer support via the Kafka protocol is not yet available.
The text was updated successfully, but these errors were encountered:
Describe the desired outcome from the user's perspective
As devops, I want to be able to configure
mqtt-kafka
mapping to support at mostQoS 1
for publish, so that idempotent producer is not needed forKafka
.Acceptance criteria
mqtt
server
binding maximum qos can be configured inzilla.yaml
mqtt
server
rejects attempts to publish atqos
higher than configured maximumAdditional context
This simplifies integrations with systems implementing a subset of the Kafka protocol, when idempotent producer support via the Kafka protocol is not yet available.
The text was updated successfully, but these errors were encountered: