Skip to content

Commit 8a56a30

Browse files
committed
Update kafka connector configuration attribute list
1 parent 69d25de commit 8a56a30

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

docs/src/main/asciidoc/kafka.adoc

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -857,6 +857,7 @@ Some properties have aliases which can be configured globally:
857857
kafka.bootstrap.servers=...
858858
----
859859

860+
.Incoming Attributes of the 'smallrye-kafka' connector
860861
[cols="25, 30, 15, 20",options="header"]
861862
|===
862863
|Attribute (_alias_) | Description | Mandatory | Default
@@ -915,12 +916,7 @@ Type: _string_ | true |
915916

916917
Type: _int_ | false | `1`
917918

918-
| *group.id* | A unique string that identifies the consumer group the application belongs to.
919-
920-
If not set, defaults to the application name as set by the `quarkus.application.name` configuration property.
921-
922-
If that is not set either, a unique, generated id is used.
923-
It is recommended to always define a `group.id`, the automatic generation is only a convenient feature for development.
919+
| *group.id* | A unique string that identifies the consumer group the application belongs to. If not set, a unique, generated id is used
924920

925921
Type: _string_ | false |
926922

@@ -988,6 +984,10 @@ Type: _string_ | false |
988984

989985
Type: _string_ | false |
990986

987+
| *graceful-shutdown* | Whether or not a graceful shutdown should be attempted when the application terminates.
988+
989+
Type: _boolean_ | false | `true`
990+
991991
|===
992992

993993
=== Outgoing channel configuration (writing to Kafka)
@@ -1007,6 +1007,7 @@ Some properties have aliases which can be configured globally:
10071007
kafka.bootstrap.servers=...
10081008
----
10091009

1010+
.Outgoing Attributes of the 'smallrye-kafka' connector
10101011
[cols="25, 30, 15, 20",options="header"]
10111012
|===
10121013
|Attribute (_alias_) | Description | Mandatory | Default

0 commit comments

Comments
 (0)