Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions kamelets/kafka-batch-source.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ spec:
description: The password of the private key in the key store file.
type: string
format: password
x-descriptors:
- urn:camel:group:credentials
autoCommitEnable:
title: Auto Commit Enable
description: If true, periodically commit to ZooKeeper the offset of messages already fetched by the consumer
Expand Down
2 changes: 2 additions & 0 deletions kamelets/kafka-sink.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ spec:
description: The password of the private key in the key store file.
type: string
format: password
x-descriptors:
- urn:camel:group:credentials
dependencies:
- "camel:core"
- "camel:kafka"
Expand Down
2 changes: 2 additions & 0 deletions kamelets/kafka-source.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ spec:
description: The password of the private key in the key store file.
type: string
format: password
x-descriptors:
- urn:camel:group:credentials
autoCommitEnable:
title: Auto Commit Enable
description: If true, periodically commit to ZooKeeper the offset of messages already fetched by the consumer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ spec:
description: The password of the private key in the key store file.
type: string
format: password
x-descriptors:
- urn:camel:group:credentials
autoCommitEnable:
title: Auto Commit Enable
description: If true, periodically commit to ZooKeeper the offset of messages already fetched by the consumer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ spec:
description: The password of the private key in the key store file.
type: string
format: password
x-descriptors:
- urn:camel:group:credentials
dependencies:
- "camel:core"
- "camel:kafka"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ spec:
description: The password of the private key in the key store file.
type: string
format: password
x-descriptors:
- urn:camel:group:credentials
autoCommitEnable:
title: Auto Commit Enable
description: If true, periodically commit to ZooKeeper the offset of messages already fetched by the consumer
Expand Down
Loading