-
Notifications
You must be signed in to change notification settings - Fork 56
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
Client topic space #507
Conversation
...in/java/io/aklivity/zilla/runtime/binding/kafka/internal/stream/KafkaCacheClientFactory.java
Show resolved
Hide resolved
...scripts/io/aklivity/zilla/specs/binding/mqtt/kafka/config/proxy.when.client.topic.space.yaml
Outdated
Show resolved
Hide resolved
...scripts/io/aklivity/zilla/specs/binding/mqtt/kafka/config/proxy.when.client.topic.space.yaml
Show resolved
Hide resolved
...cripts/io/aklivity/zilla/specs/binding/mqtt/kafka/config/proxy.when.topic.with.messages.yaml
Outdated
Show resolved
Hide resolved
.../main/scripts/io/aklivity/zilla/specs/binding/mqtt/kafka/schema/mqtt.kafka.schema.patch.json
Show resolved
Hide resolved
.header("zilla:filter", "clients") | ||
.header("zilla:filter", "client-2") | ||
.header("zilla:filter", "sensors") | ||
.header("zilla:filter", "one") |
There was a problem hiding this comment.
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.
.../aklivity/zilla/specs/binding/mqtt/kafka/streams/kafka/publish.client.topic.space/client.rpt
Outdated
Show resolved
Hide resolved
2de0c8a
to
dc63f5c
Compare
.../io/aklivity/zilla/runtime/binding/mqtt/kafka/internal/config/MqttKafkaConditionMatcher.java
Outdated
Show resolved
Hide resolved
.../java/io/aklivity/zilla/runtime/binding/mqtt/kafka/internal/config/MqttKafkaRouteConfig.java
Outdated
Show resolved
Hide resolved
...ava/io/aklivity/zilla/runtime/binding/mqtt/kafka/internal/config/MqttKafkaBindingConfig.java
Outdated
Show resolved
Hide resolved
...ava/io/aklivity/zilla/runtime/binding/mqtt/kafka/internal/config/MqttKafkaBindingConfig.java
Outdated
Show resolved
Hide resolved
...ava/io/aklivity/zilla/runtime/binding/mqtt/kafka/internal/config/MqttKafkaBindingConfig.java
Show resolved
Hide resolved
.../io/aklivity/zilla/runtime/binding/mqtt/kafka/internal/stream/MqttKafkaSubscribeFactory.java
Outdated
Show resolved
Hide resolved
.../io/aklivity/zilla/runtime/binding/mqtt/kafka/internal/stream/MqttKafkaSubscribeFactory.java
Outdated
Show resolved
Hide resolved
.../io/aklivity/zilla/runtime/binding/mqtt/kafka/internal/stream/MqttKafkaSubscribeFactory.java
Outdated
Show resolved
Hide resolved
.../io/aklivity/zilla/runtime/binding/mqtt/kafka/internal/stream/MqttKafkaSubscribeFactory.java
Outdated
Show resolved
Hide resolved
.../io/aklivity/zilla/runtime/binding/mqtt/kafka/internal/stream/MqttKafkaSubscribeFactory.java
Outdated
Show resolved
Hide resolved
c8d0607
to
784693f
Compare
784693f
to
5a10e25
Compare
No description provided.