You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All topics exist and I can consume from them using kcat (so permissions are OK). In case of remote configuration, I see messages in the topic api.exampleserviceproto.requests.v1, but api.exampleserviceproto.responses.v1 is empty.
Any ideas how to debug this problem or what could be wrong?
I've tried to enabled stdout exporter, but it didn't show any anything except REQUEST_ACCEPTED logs.
In metrics, I see that, there're some receive errors from Kafka client:
# HELP stream_errors_received_total Number of errors on received streams# TYPE stream_errors_received_total counterstream_errors_received_total{namespace="zilla-quickstart",binding="south_kafka_tcp_client"} 2
but sends are OK:
# HELP stream_opens_sent_total Number of opened sent streams# TYPE stream_opens_sent_total counterstream_opens_sent_total{namespace="zilla-quickstart",binding="south_kafka_tcp_client"} 5
Also kafka-grpc binding is silent (west_kafka_grpc_remote_server):
# HELP stream_data_received_bytes_total Bytes of data on received streams# TYPE stream_data_received_bytes_total counterstream_data_received_bytes_total{namespace="zilla-quickstart",binding="west_kafka_grpc_remote_server"} 0# HELP stream_data_sent_bytes_total Bytes of data on sent streams# TYPE stream_data_sent_bytes_total counterstream_data_sent_bytes_total{namespace="zilla-quickstart",binding="west_kafka_grpc_remote_server"} 0# HELP stream_opens_received_total Number of opened received streams# TYPE stream_opens_received_total counterstream_opens_received_total{namespace="zilla-quickstart",binding="west_kafka_grpc_remote_server"} 0# HELP stream_opens_sent_total Number of opened sent streams# TYPE stream_opens_sent_total counterstream_opens_sent_total{namespace="zilla-quickstart",binding="west_kafka_grpc_remote_server"} 0# HELP stream_closes_received_total Number of closed received streams# TYPE stream_closes_received_total counterstream_closes_received_total{namespace="zilla-quickstart",binding="west_kafka_grpc_remote_server"} 0# HELP stream_closes_sent_total Number of closed sent streams# TYPE stream_closes_sent_total counterstream_closes_sent_total{namespace="zilla-quickstart",binding="west_kafka_grpc_remote_server"} 0# HELP stream_errors_received_total Number of errors on received streams# TYPE stream_errors_received_total counterstream_errors_received_total{namespace="zilla-quickstart",binding="west_kafka_grpc_remote_server"} 0# HELP stream_errors_sent_total Number of errors on sent streams# TYPE stream_errors_sent_total counterstream_errors_sent_total{namespace="zilla-quickstart",binding="west_kafka_grpc_remote_server"} 0# HELP stream_active_received Number of currently active received streams# TYPE stream_active_received gaugestream_active_received{namespace="zilla-quickstart",binding="west_kafka_grpc_remote_server"} 0# HELP stream_active_sent Number of currently active sent streams# TYPE stream_active_sent gaugestream_active_sent{namespace="zilla-quickstart",binding="west_kafka_grpc_remote_server"} 0
The text was updated successfully, but these errors were encountered:
@hedhyw thank you for posting this, it may be related to known bug #881 that is currently being worked on.
It would also be helpful to analyze the zilla dump pcap for your specific use case.
Please start zilla afresh and reproduce the reported issue, then exec into the docker container where zilla is running and perform the following command:
Is your feature request related to a problem? Please describe.
It's difficult to troubleshoot configuration with the current capabilities.
Describe the solution you'd like
More log events.
Additional context
I've run into a problem with the configuration based on the grpc.kafka.proxy example.
It works perfectly fine with a local Kafka and partly works with a remote Kafka when SASL is enabled.
To summarize:
The configs are identical except SASL part:
All topics exist and I can consume from them using
kcat
(so permissions are OK). In case of remote configuration, I see messages in the topicapi.exampleserviceproto.requests.v1
, butapi.exampleserviceproto.responses.v1
is empty.Any ideas how to debug this problem or what could be wrong?
I've tried to enabled
stdout
exporter, but it didn't show any anything exceptREQUEST_ACCEPTED
logs.In metrics, I see that, there're some receive errors from Kafka client:
but sends are OK:
Also kafka-grpc binding is silent (
west_kafka_grpc_remote_server
):The text was updated successfully, but these errors were encountered: