-
Notifications
You must be signed in to change notification settings - Fork 0
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
add kafka eventbus spec #12
Conversation
Signed-off-by: Prema devi Kuppuswamy <premadk@gmail.com>
@@ -57,3 +57,10 @@ data: | |||
metricsExporterImage: natsio/prometheus-nats-exporter:0.9.1 | |||
configReloaderImage: natsio/nats-server-config-reloader:0.7.0 | |||
startCommand: /nats-server | |||
kafka: | |||
streamConfig: | | |||
# The default properties of the streams to be created in this Kafka service |
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.
# The default properties of the streams to be created in this Kafka service | |
# Default Kafka settings, can be overridden by EventBus Kafka specs |
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.
Just changing this to align with the jetstream comment
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.
that's for the settings of jetstream.. jetstream's stream config have this one "# The default properties of the streams to be created in this JetStream service" thats already in sync..
but i still feel it need to be rephrased
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.
Whoops, updated my comment
manifests/install.yaml
Outdated
@@ -351,6 +351,13 @@ data: | |||
metricsExporterImage: natsio/prometheus-nats-exporter:0.9.1 | |||
configReloaderImage: natsio/nats-server-config-reloader:0.7.0 | |||
startCommand: /nats-server | |||
kafka: | |||
streamConfig: | | |||
# The default properties of the streams to be created in this Kafka service |
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.
# The default properties of the streams to be created in this Kafka service | |
# Default Kafka settings, can be overridden by EventBus Kafka specs |
manifests/namespace-install.yaml
Outdated
@@ -271,6 +271,13 @@ data: | |||
metricsExporterImage: natsio/prometheus-nats-exporter:0.9.1 | |||
configReloaderImage: natsio/nats-server-config-reloader:0.7.0 | |||
startCommand: /nats-server | |||
kafka: | |||
streamConfig: | | |||
# The default properties of the streams to be created in this Kafka service |
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.
# The default properties of the streams to be created in this Kafka service | |
# Default Kafka settings, can be overridden by EventBus Kafka specs |
Signed-off-by: Prema devi Kuppuswamy <premadk@gmail.com>
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.
👍
Signed-off-by: Prema devi Kuppuswamy <premadk@gmail.com> Signed-off-by: David Farr <david_farr@intuit.com>
Signed-off-by: Prema devi Kuppuswamy <premadk@gmail.com> Signed-off-by: David Farr <david_farr@intuit.com>
Signed-off-by: Prema devi Kuppuswamy <premadk@gmail.com> Signed-off-by: David Farr <david_farr@intuit.com>
Signed-off-by: Prema devi Kuppuswamy <premadk@gmail.com> Signed-off-by: David Farr <david_farr@intuit.com>
Signed-off-by: Prema devi Kuppuswamy <premadk@gmail.com> Signed-off-by: David Farr <david_farr@intuit.com>
Signed-off-by: Prema devi Kuppuswamy <premadk@gmail.com> Signed-off-by: David Farr <david_farr@intuit.com>
Signed-off-by: Prema devi Kuppuswamy <premadk@gmail.com> Signed-off-by: David Farr <david_farr@intuit.com>
Signed-off-by: Prema devi Kuppuswamy <premadk@gmail.com> Signed-off-by: David Farr <david_farr@intuit.com>
Signed-off-by: Prema devi Kuppuswamy premadk@gmail.com
Checklist: