Skip to content

Commit

Permalink
chore(kafka): delete redundant property option for groupId
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksiivanov committed Apr 3, 2024
1 parent a05afa4 commit 120db1d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ public record KafkaConnectorProperties(
@TemplateProperty(
group = "kafka",
label = "Consumer Group ID",
feel = Property.FeelMode.disabled,
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 120db1d

Please sign in to comment.