The objective is to replicate Kafka's capability where multiple publishers can publish to the same topic using Aeron Publications
. This must be achieved while leveraging extendRecording
in the Aeron archive to ensure message continuity
Is there is a way to achive this?