Support customize the KafkaMessageSender
used by DelegatingEventExternalizer
#893
Labels
in: event publication registry
Event publication registry
meta: waiting for feedback
Waiting for feedback of the original reporter
type: improvement
Minor improvements
In our project, we need to do some decoration and a specific message serializer to send out the Kafka message. Our current code is we use a delegated
KafkaTemplate
.We want to involve the Spring Modulith Events into our project to implement an outbox pattern. But we don't want to break any of the existing Kafka message features. So is there a way we can customize the
DelegatingEventExternalizer
? Currently, there is no conditional annotation on theDelegatingEventExternalizer
in theKafkaEventExternalizerConfiguration
The text was updated successfully, but these errors were encountered: