Skip to content

It cannot connect to the localhost:9092 #117

Open
@ZedZipDev

Description

@ZedZipDev

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions