Closed sevak-mnatsakanyan closed 4 years ago
The error isn't very helpful...
%7|1595856895.803|FAIL|rdkafka#producer-1| [thrd:sasl_ssl://pkc-lq8gm.westeurope.azure.confluent.cloud:9092/boot]: sasl_ssl://pkc-lq8gm.westeurope.azure.confluent.cloud:9092/bootstrap: Connect to ipv4#51.105.121.2:9092 failed: Unknown error (after 2196ms in state CONNECT) (_TRANSPORT)
have you tried without specifying cacert.pem
? (librdkafka will auto-discover on the system in common places in v1.5). have you tried from different systems win/linux? have you tried different versions 1.4.4 vs 1.5.0? i'm not sure why these would help, just trying to narrow down the problem. this hasn't come up before.
the 'boot' suffix on pkc-lq8gm.westeurope.azure.confluent.cloud:9092/boot
seems unfamiliar, that would usually be 'bootstrap', would need to look into that further.
Hi again,
Nugets: 1.4.4 and 1.5.0 were behaving the same way OS: On linux application was logging "Connection was refused" instead of on Windows message "Unknown issue". Logs: "boot" part was just a log shortening from Bootstrap
So managed to locate the issue, something was wrong with current internet connection. There was an issue with Socket on that particular internet link. Other connections worked fine.
Thank you for support
Description
Hi,
I am trying to use Example (https://github.com/confluentinc/confluent-kafka-dotnet/tree/master/examples/ConfluentCloud) with my confluent cloud cluster, but it fails to connect with "Unknown error" message.
Console error log:
Full debug all enabled:
How to reproduce
Checklist
Please provide the following information: