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

Client topic space #507

Merged
merged 5 commits into from
Oct 31, 2023

Conversation

bmaidics
Copy link
Contributor

No description provided.

@bmaidics bmaidics self-assigned this Oct 12, 2023
.header("zilla:filter", "clients")
.header("zilla:filter", "client-2")
.header("zilla:filter", "sensors")
.header("zilla:filter", "one")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this missing a leading .header("zilla:filter", "") to represent the empty segment before the leading / in the mqtt topic name?

Perhaps it would be more readable to include the leading / for each segment in the zilla:filter header value, then omit the leading / when not present at the start of the mqtt topic name to differentiate instead of needing a leading empty "" header value? That would be a backwards incompatible change, but if we want to do it we should do it sooner than later. Let's discuss.

@bmaidics bmaidics force-pushed the topic_space_clientid branch from 2de0c8a to dc63f5c Compare October 20, 2023 14:45
@bmaidics bmaidics marked this pull request as ready for review October 20, 2023 15:04
@bmaidics bmaidics force-pushed the topic_space_clientid branch from c8d0607 to 784693f Compare October 27, 2023 12:52
@bmaidics bmaidics force-pushed the topic_space_clientid branch from 784693f to 5a10e25 Compare October 27, 2023 15:43
@bmaidics bmaidics linked an issue Oct 30, 2023 that may be closed by this pull request
@jfallows jfallows merged commit b29893b into aklivity:feature/mqtt-kafka Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Shard MQTT topic space for client-id specific subset
2 participants