Skip to content

Async produce? #967

Answered by FZambia
gili8420 asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @awend0

There is no sth like this built-in right now. But you can achieve this with RPC proxy. I.e. implement some service which will receive proxy requests from Centrifugo (issued when the client side calls .rpc(...) method) and put data to Kafka. It can work as sidecar maybe.

It's not very clear to me which things such native integration may solve in practice. Maybe you can provide real-world use cases. Also, non-obvious part of this is data validation – should it be somehow validated before producing to Kafka.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by gili8420
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants