I've been reading for a while about event sourcing and CQRs and was trying to find posts/readings about using cassandra as my event store and kafka as the queue to publish events. most event sourcing posts refer to eventStore and don't give a clear discussion about cassandra+kafka combination.
Does anyone know good reading material regarding that stack? Or even answer advantages/disadvantages of using that combination? It seems cassandra is considered for read part of cqrs but no examples/data models about using it for persisting event sourced aggregates