How Can One Microservice Consume Multiple Kafka Topics

Kafka topics are for Command-side microservices to post their events. A topic per Command Microservice. Other Command Microservices and Query Microservices subscribe these topics when required.

Non-AxonServer solution unfortunately, because customer needs PostgreSQL and Kafka. So Aggregate State, Kafka events stored as blobs in DB by Axon, along with other Axon data.