Commit 622edd6
Fix #2868: Add topicHeaderName to timestamp-router-action kamelet
The CAMEL-23584 rename of kafka.TOPIC to CamelKafkaTopic broke the
kafka-router-pipe integration test because HTTP components filter
Camel*-prefixed headers from incoming requests. Adding an optional
topicHeaderName property lets the test (and users) specify which
header carries the topic name, falling back to CamelKafkaTopic.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 9ee904a commit 622edd6
2 files changed
Lines changed: 8 additions & 0 deletions
File tree
- kamelets
- tests/camel-kamelets-itest/src/test/resources/kafka
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
50 | 54 | | |
51 | 55 | | |
52 | 56 | | |
| |||
65 | 69 | | |
66 | 70 | | |
67 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
68 | 75 | | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
0 commit comments