lileio / pubsub

A Publish & Subscribe library, with pluggable providers and middleware for Golang
MIT License
136 stars 23 forks source link

NATS and liftbridge #13

Open ghost opened 6 years ago

ghost commented 6 years ago

There is a new golang project that is very similar to Kafka. It uses NATS and it's called liftbridge.

I was wondering about integrating it with this and your grpc generator. But does the grpc generator allow to gen the pub sub middleware ?

arbarlow commented 5 years ago

hi @gedw99, sorry I never saw this message! Absolutely open to taking a PR, in terms of "grpc generator" I think you mean lile? in which case, no, that's a bit different and you'd want to just use protoc

joeblew99 commented 4 years ago

I just noticed that liftbridge is now stable with a GRPC API. It has raft replication too. SO its a kafka using golang worth a look for lile ?

https://github.com/liftbridge-io/liftbridge

go client example: https://github.com/liftbridge-io/go-liftbridge/tree/master/example

nodeje and python clients are rapidly progressing