Skip to content

Commit

Permalink
Update kafka connector configuration attribute list
Browse files Browse the repository at this point in the history
  • Loading branch information
cescoffier committed Mar 16, 2021
1 parent 69d25de commit 8a56a30
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions docs/src/main/asciidoc/kafka.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -857,6 +857,7 @@ Some properties have aliases which can be configured globally:
kafka.bootstrap.servers=...
----

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

Type: _int_ | false | `1`

| *group.id* | A unique string that identifies the consumer group the application belongs to.

If not set, defaults to the application name as set by the `quarkus.application.name` configuration property.

If that is not set either, a unique, generated id is used.
It is recommended to always define a `group.id`, the automatic generation is only a convenient feature for development.
| *group.id* | A unique string that identifies the consumer group the application belongs to. If not set, a unique, generated id is used

Type: _string_ | false |

Expand Down Expand Up @@ -988,6 +984,10 @@ Type: _string_ | false |

Type: _string_ | false |

| *graceful-shutdown* | Whether or not a graceful shutdown should be attempted when the application terminates.

Type: _boolean_ | false | `true`

|===

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

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

0 comments on commit 8a56a30

Please sign in to comment.