Skip to content

Commit

Permalink
fix(kafka): correct label for Consumer group ID
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksiivanov committed Apr 24, 2024
1 parent 909b1df commit 099a28b
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
"type" : "String"
}, {
"id" : "groupId",
"label" : "Consumer Group ID",
"label" : "Consumer group ID",
"description" : "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
"optional" : false,
"group" : "kafka",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
"type" : "String"
}, {
"id" : "groupId",
"label" : "Consumer Group ID",
"label" : "Consumer group ID",
"description" : "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
"optional" : false,
"group" : "kafka",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
"type" : "String"
}, {
"id" : "groupId",
"label" : "Consumer Group ID",
"label" : "Consumer group ID",
"description" : "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
"optional" : false,
"group" : "kafka",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
"type" : "String"
}, {
"id" : "groupId",
"label" : "Consumer Group ID",
"label" : "Consumer group ID",
"description" : "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
"optional" : false,
"group" : "kafka",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"type" : "String"
}, {
"id" : "groupId",
"label" : "Consumer Group ID",
"label" : "Consumer group ID",
"description" : "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
"optional" : false,
"group" : "kafka",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"type" : "String"
}, {
"id" : "groupId",
"label" : "Consumer Group ID",
"label" : "Consumer group ID",
"description" : "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
"optional" : false,
"group" : "kafka",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"type" : "String"
}, {
"id" : "groupId",
"label" : "Consumer Group ID",
"label" : "Consumer group ID",
"description" : "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
"optional" : false,
"group" : "kafka",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"type" : "String"
}, {
"id" : "groupId",
"label" : "Consumer Group ID",
"label" : "Consumer group ID",
"description" : "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
"optional" : false,
"group" : "kafka",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public record KafkaConnectorProperties(
@Valid @NotNull KafkaTopic topic,
@TemplateProperty(
group = "kafka",
label = "Consumer Group ID",
label = "Consumer group ID",
description =
"Provide the consumer group ID used by the connector. Leave empty for an automatically generated one")
String groupId,
Expand Down

0 comments on commit 099a28b

Please sign in to comment.