aklivity / zilla

🦎 A multi-protocol edge & service proxy. Seamlessly interface web apps, IoT clients, & microservices to Apache Kafka® via declaratively defined, stateless APIs.
https://docs.aklivity.io/zilla
Other
544 stars 50 forks source link

`grpc-kafka` feature (enhanced) #516

Open jfallows opened 1 year ago

jfallows commented 1 year ago

Enhanced

dudo commented 10 months ago

I just ran into the missing reflection. I was trying to validate the server is receiving requests

> grpcurl -plaintext localhost:9090 list                                                                                                                                               
Failed to list services: rpc error: code = Unknown desc = malformed header: missing HTTP content-type

That might be a nice one to start with.