destrex271 / pgwatch3_rpc_server

RPC Server Implementation for pgwatch3
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

Kafka receiver #18

Closed destrex271 closed 2 months ago

destrex271 commented 2 months ago

@pashagolub should we also add a dummy consumer with this to have a full example, or is only the producer fine?

pashagolub commented 2 months ago

@pashagolub should we also add a dummy consumer with this to have a full example, or is only the producer fine?

I don't think it worth it. Instead it's better to cover out code with tests to be sure we're fine. For example, we can use testcontainers to spin up an image with Kafka and do all checks.