Hi,
We have run in to blocker issue with one of the use cases for Axon-Kafka.
We have built a system that runs on Axon and follows all the life cycle.
When I execute AggregateLifeCycle.apply it publishes messages to a Kafka Topic.
we have down stream applications that is based up of basic spring-boot-kafka framework.
They are trying to deserialize the message and are unable to do so.
My question is can Axon not publish raw messages to Applications that are not using Axon framework ? If they do what needs to be done on the consumer side.
Please let me know if this is a limitation.
Thanks,
Sandeep