Skip to content
New issue

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

Support configuration of MQTT Publish QoS maximum #970

Closed
jfallows opened this issue Apr 22, 2024 · 0 comments · Fixed by #1065
Closed

Support configuration of MQTT Publish QoS maximum #970

jfallows opened this issue Apr 22, 2024 · 0 comments · Fixed by #1065
Assignees
Labels
story Feature description from user's perspective

Comments

@jfallows
Copy link
Contributor

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

  • mqtt server binding maximum qos can be configured in zilla.yaml
  • mqtt server 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.

@jfallows jfallows added the story Feature description from user's perspective label Apr 22, 2024
@bmaidics bmaidics linked a pull request May 28, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
story Feature description from user's perspective
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants