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
I am trying to connect to the Kafka server. It installed in debian VM.
The TestHarness Program.cs code is
...
var options = new KafkaOptions(new Uri("http://192.168.0.59:9092"))
{
Log = new ConsoleLog()
};
But it tries to connect to localhost too. Why? I have Kafka at this address only.
The text was updated successfully, but these errors were encountered:
I am trying to connect to the Kafka server. It installed in debian VM.
The TestHarness Program.cs code is
...
var options = new KafkaOptions(new Uri("http://192.168.0.59:9092"))
{
Log = new ConsoleLog()
};
But it tries to connect to localhost too. Why? I have Kafka at this address only.
The text was updated successfully, but these errors were encountered: