eventbridge-kafka-connector
eventbridge-kafka-connector copied to clipboard
Kafka sink connector for Amazon EventBridge to send events (records) from Kafka topic(s) to the specified EventBridge event bus
Closes: #296 Description ----------- Test Steps ----------- Checklist: ---------- - [ ] I have tested my changes. No regression in existing tests. - [ ] I have modified and/or added...
CI: Run against official apache/kafka Docker images Description ----------- Test Steps ----------- Checklist: ---------- - [ ] I have tested my changes. No regression in existing tests. - [ ]...
## What is your idea? Add https://hub.docker.com/r/apache/kafka to pipeline ## Would you be willing to make the change? Yes ## Additional context Add any other context (such as images, docs,...
Discussed with @agebhar1 yesterday that there might be optimization we can do in the JSON (de)serialization path and `jackson` might be overkill for our task. Tracking this as an issue...
## What is your idea? Implement a custom topic naming strategy based on a specified event (Record) field. For example, given the following Kafka Record `value` (JSON-encoded): ```json { "order_id":...
## Describe the bug Running `mvn clean package -Drevision=$(git describe --tags --always)` can fail with: ``` [ERROR] EventBridgeWriterTest.usesGlobalEndpointId » Mockito Mockito cannot mock this class: interface software.amazon.awssdk.services.eventbridge.EventBridgeAsyncClient. If you're not...
Enable custom credential provider support in the connector so that customers can implement their own provider that will be able support their specific security need. when customer provides their own...