locked
FQDN in Azure Event Hub RRS feed

  • Question

  • Hi,

    I have a kafka producer code which i'm now trying to send same events to Event hub. For that it asks for Event Hub FQDN. Please see the config snippet below.

    bootstrap.servers={YOUR.EVENTHUBS.FQDN}:9093
    security.protocol=SASL_SSL
    sasl.mechanism=PLAIN
    sasl.jaas.config=org.apache.kafka.common.security.plain.PlainLoginModule required username="$ConnectionString" password="{YOUR.EVENTHUBS.CONNECTION.STRING}";

    what is EVENTHUBS FQDN here?

    Is it sb://<evethub_namespace_name>.servicebus.windows.net:9093 ??

    I tried the above URL but its not connecting to Event Hub. Could some one help me with this?

    Thanks.

    Regards,

    Nihar


    Nihar

    Friday, November 2, 2018 7:28 PM

Answers

All replies