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
Copy file name to clipboardExpand all lines: modules/knative-eventing-modifying-consumer-group-ids-and-topic-names.adoc
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -34,9 +34,9 @@ spec:
34
34
brokers.topic.template: <template> <2>
35
35
channels.topic.template: <template> <3>
36
36
----
37
-
<1> The template for generating the consumer group ID used by your triggers. Use a valid Go `text/template` value. Defaults to `{% raw %}"knative-trigger-{{ .Namespace }}-{{ .Name }}"{% endraw %}`.
38
-
<2> The template for generating Kafka topic names used by your brokers. Use a valid Go `text/template` value. Defaults to `{% raw %}"knative-broker-{{ .Namespace }}-{{ .Name }}"{% endraw %}`.
39
-
<3> The template for generating Kafka topic names used by your channels. Use a valid Go `text/template` value. Defaults to `{% raw %}"messaging-kafka.{{ .Namespace }}.{{ .Name }}"{% endraw %}`.
37
+
<1> The template for generating the consumer group ID used by your triggers. Use a valid Go `text/template` value. Defaults to `+++"knative-trigger-{{ .Namespace }}-{{ .Name }}"+++`.
38
+
<2> The template for generating Kafka topic names used by your brokers. Use a valid Go `text/template` value. Defaults to `+++"knative-broker-{{ .Namespace }}-{{ .Name }}"+++`.
39
+
<3> The template for generating Kafka topic names used by your channels. Use a valid Go `text/template` value. Defaults to `+++"messaging-kafka.{{ .Namespace }}.{{ .Name }}"+++`.
0 commit comments