mcarlett opened a new pull request, #2876:
URL: https://github.com/apache/camel-kamelets/pull/2876
Backport of #2875 to 4.18.x.
CAMEL-23584 renamed all camel-kafka Exchange header constants from `kafka.*`
to `CamelKafka*` prefix, but two kamelet YAML definitions were not updated:
- `topic-name-matches-filter-action.kamelet.yaml`: `${header[kafka.TOPIC]}`
→ `${header[CamelKafkaTopic]}`
- `timestamp-router-action.kamelet.yaml`: `timestampHeaderName` default
`kafka.TIMESTAMP` → `CamelKafkaTimestamp`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]