liftbridge-io / liftbridge

Lightweight, fault-tolerant message streams.
https://liftbridge.io
Apache License 2.0
2.57k stars 107 forks source link

Best GRPC Cli? #31

Closed andyl closed 6 years ago

andyl commented 6 years ago

I tried grpc_cli to query from a liftbridge server and it failed. (grpc_cli ls localhost:9292)

Does anyone know a GRPC client that works with liftbridge?

ps does liftbridge support "grpc reflection"? (I think that is required by grpc_cli...)

tylertreat commented 6 years ago

Right now the Go client is the only client, or you can use the grpc protobufs to build your own. But can you describe why it didn't work?

On Sun, Sep 9, 2018, 9:57 PM andyl notifications@github.com wrote:

I tried grpc_cli to query from a liftbridge server and it failed. (grpc_cli ls localhost:9292)

Does anyone know a GRPC client that works with liftbridge?

ps does liftbridge support "grpc reflection"? (I think that is required by grpc_cli...)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/liftbridge-io/liftbridge/issues/31, or mute the thread https://github.com/notifications/unsubscribe-auth/AAhvcV7W00qhDmQqqpYM1ZDpHfYvo8Wuks5uZdUXgaJpZM4WgoD2 .

tylertreat commented 6 years ago

Maybe I misunderstood the question. There is no CLI available for Liftbridge currently. I'm not familiar with the tool you tried.

On Mon, Sep 10, 2018, 9:01 AM Tyler Treat ttreat31@gmail.com wrote:

Right now the Go client is the only client, or you can use the grpc protobufs to build your own. But can you describe why it didn't work?

On Sun, Sep 9, 2018, 9:57 PM andyl notifications@github.com wrote:

I tried grpc_cli to query from a liftbridge server and it failed. (grpc_cli ls localhost:9292)

Does anyone know a GRPC client that works with liftbridge?

ps does liftbridge support "grpc reflection"? (I think that is required by grpc_cli...)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/liftbridge-io/liftbridge/issues/31, or mute the thread https://github.com/notifications/unsubscribe-auth/AAhvcV7W00qhDmQqqpYM1ZDpHfYvo8Wuks5uZdUXgaJpZM4WgoD2 .

andyl commented 6 years ago

OK thanks for the feedback. Never used GRPC so I have a bit of a learning curve. I'll try to get a GRPC/Ruby client working.