cannot send message
See original GitHub issueDescription
producer.ProduceAsync(topicName, null, "message");
this can create topic in kafka server but i look up the log file is empty forever
How to reproduce
my webapi is running in windows kafka is running in ubuntu
Checklist
Please provide the following information:
- Confluent.Kafka nuget version:0.11.5
- Apache Kafka version: 2.12
- Client configuration:
- Operating system:
- Provide logs (with “debug” : “…” as necessary in configuration)
- Provide broker log excerpts
- Critical issue
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
If you can't send or receive messages on your iPhone or iPad
If you still can't send the message, tap Exclamation mark icon , then tap Send as Text Message. Messaging rates may apply.
Read more >Fix problems sending, receiving or connecting to Messages
Fix problems sending or receiving messages from specific contacts · Delete the contact and add it again. · Check if you blocked them....
Read more >Can't Send Text Messages to One Person on Android
If you cannot send text messages to one person on your Android device and they are not blocked from messages or calls, try...
Read more >7 ways to fix an Android device that won't send text messages
7 ways to fix an Android device that won't send text messages · Restart your phone · Check for updates · Clear your...
Read more >10 Reasons Your Text Messages Aren't Delivering
Why Aren't My Text Messages Delivering? · 1. Your Number Isn't Verified by Carriers for Mass Texting · 1. You're Using the Wrong...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
thank you, when i edit listeners ,it run ok
it’s probably timing out because it can’t communicate with the cluster. i’d check your ‘bootstrap.servers’ configuration and depending on your setup, the brokers ‘advertised.listeners’ configuration setting. for more information, you can set the ‘debug’ configuration property to ‘all’.