Open jfallows opened 1 year 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.
Enhanced
binding-grpc
assumeshttp
network mapping togrpc
application streamsauthorization
request metadata (delegate tohttp
instead?)rpc
inbound.proto
definition message types (required fields, field types, etc)identity
content compression;gzip
,deflate
,snappy
binding-grpc-kafka
mapsgrpc
streams tokafka
streamsjson
or schema typed payload, potentially streamedjson
or schema typed payload, potentially streamedbinding-kafka-grpc
mapskafka
streams togrpc
streamsgrpc
server unavailablesse-kafka
withoutlast-event-id
sse-kafka
withlast-event-id
binding-rest-grpc
mapsrest
APIs togrpc
servicesjson
to and fromgrpc
protobuf
message structures