Kafgres: Embedding a Kafka Broker into Postgres
1 points by topicpartition
1 points by topicpartition
I considered Kafka for a project once but felt that the append only log was somewhat difficult to work with and that the selling point of Kafka was that it could append to that log at extreme scale. If you're working at a small scale where you don't need Kafka performance, would it be better to use a different data model?