Hector pfp
Hector
@noctis
If had to support one message queue to stream hub events what should it be?
2 replies
1 recast
8 reactions

Samuel ツ pfp
Samuel ツ
@samuellhuber.eth
@downshift.eth @christopher @sds chime in please
3 replies
0 recast
5 reactions

christopher pfp
christopher
@christopher
Redis Streams and consumer groups give you pretty good horizontal scalability and reuses Redis. But Kafka is great too. Just depends on your workload.
1 reply
0 recast
1 reaction

Hector pfp
Hector
@noctis
I actually intended to rewrite farseer (my custom hub) to support message streaming instead of my awful plugin system. The goal was to decouple data streaming and data transformation so farseer does one thing, extremely well and fast ! I don't know if it's relevant now that hub are going to be rewritten in Rust and you're already on the case! That's why I want in with the project ahaha.
0 reply
0 recast
2 reactions