Skip to content

Commit

Permalink
Removed references to old Bean used to deduplicate headers (#2106)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
  • Loading branch information
oscerd committed Jul 12, 2024
1 parent 04447a1 commit 83b159a
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ spec:
- `partition-key` / `ce-partitionkey`: as message partition key
Both the headers are optional.
Three headers, if specified, will be deduplicated with different names, kafka.key will be duplicated into kafka.KEY, kafka.topic into kafka.TOPIC and kafka.override_topic into kafka.OVERRIDE_TOPIC
required:
- topic
- bootstrapServers
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ spec:
- `partition-key` / `ce-partitionkey`: as message partition key
Both the headers are optional.
Three headers, if specified, will be deduplicated with different names, kafka.key will be duplicated into kafka.KEY, kafka.topic into kafka.TOPIC and kafka.override_topic into kafka.OVERRIDE_TOPIC
required:
- topic
- bootstrapServers
Expand Down
2 changes: 0 additions & 2 deletions kamelets/kafka-not-secured-sink.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ spec:
- `partition-key` / `ce-partitionkey`: as message partition key
Both the headers are optional.
Three headers, if specified, will be deduplicated with different names, kafka.key will be duplicated into kafka.KEY, kafka.topic into kafka.TOPIC and kafka.override_topic into kafka.OVERRIDE_TOPIC
required:
- topic
- bootstrapServers
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ spec:
- `partition-key` / `ce-partitionkey`: as message partition key
Both the headers are optional.
Three headers, if specified, will be deduplicated with different names, kafka.key will be duplicated into kafka.KEY, kafka.topic into kafka.TOPIC and kafka.override_topic into kafka.OVERRIDE_TOPIC
required:
- topic
- bootstrapServers
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ spec:
- `partition-key` / `ce-partitionkey`: as message partition key
Both the headers are optional.
Three headers, if specified, will be deduplicated with different names, kafka.key will be duplicated into kafka.KEY, kafka.topic into kafka.TOPIC and kafka.override_topic into kafka.OVERRIDE_TOPIC
required:
- topic
- bootstrapServers
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ spec:
- `partition-key` / `ce-partitionkey`: as message partition key
Both the headers are optional.
Three headers, if specified, will be deduplicated with different names, kafka.key will be duplicated into kafka.KEY, kafka.topic into kafka.TOPIC and kafka.override_topic into kafka.OVERRIDE_TOPIC
required:
- topic
- bootstrapServers
Expand Down

0 comments on commit 83b159a

Please sign in to comment.