awslabs / eventbridge-kafka-connector

Kafka sink connector for Amazon EventBridge to send events (records) from Kafka topic(s) to the specified EventBridge event bus
https://aws.amazon.com/eventbridge/resources
Apache License 2.0
61 stars 5 forks source link

save resources on e2e test(s) #376

Closed agebhar1 closed 2 months ago

agebhar1 commented 2 months ago

What is your idea?

The e2e test(s) run currently for Java 11 and Java 17, but it's enough to run only once because the Kafka Connector is running in Kafka Connect with the provided Java version.

Would you be willing to make the change?

Yes.

Additional context

Add any other context (such as images, docs, posts) about the idea here.