@@ -857,6 +857,7 @@ Some properties have aliases which can be configured globally:
857
857
kafka.bootstrap.servers=...
858
858
----
859
859
860
+ .Incoming Attributes of the 'smallrye-kafka' connector
860
861
[cols="25, 30, 15, 20",options="header"]
861
862
|===
862
863
|Attribute (_alias_) | Description | Mandatory | Default
@@ -915,12 +916,7 @@ Type: _string_ | true |
915
916
916
917
Type: _int_ | false | `1`
917
918
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
924
920
925
921
Type: _string_ | false |
926
922
@@ -988,6 +984,10 @@ Type: _string_ | false |
988
984
989
985
Type: _string_ | false |
990
986
987
+ | *graceful-shutdown* | Whether or not a graceful shutdown should be attempted when the application terminates.
988
+
989
+ Type: _boolean_ | false | `true`
990
+
991
991
|===
992
992
993
993
=== Outgoing channel configuration (writing to Kafka)
@@ -1007,6 +1007,7 @@ Some properties have aliases which can be configured globally:
1007
1007
kafka.bootstrap.servers=...
1008
1008
----
1009
1009
1010
+ .Outgoing Attributes of the 'smallrye-kafka' connector
1010
1011
[cols="25, 30, 15, 20",options="header"]
1011
1012
|===
1012
1013
|Attribute (_alias_) | Description | Mandatory | Default
0 commit comments