AxonFramework / extension-kafka

Axon Framework extension for Kafka integration to publish and handle Event messages.
https://axoniq.io/
Apache License 2.0
66 stars 28 forks source link

KafkaPublisher Ack timeout can be set via properties and autoconfiguration #528

Closed aupodogov closed 2 weeks ago

aupodogov commented 3 weeks ago

This PR adds ability to set in auto configured KafkaPublisher ackTimeout via properties

smcvb commented 2 weeks ago

Nice and straightforward addition, @aupodogov! I'll merge it right away. Thanks for the contribution!!