Answered by:
FQDN in Azure Event Hub

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
- Moved by James Lee - MSFT Monday, November 5, 2018 5:28 PM Moving to correct forum
- Moved by Micah McKittrickMicrosoft employee Monday, November 5, 2018 8:45 PM Not SF Related
Friday, November 2, 2018 7:28 PM
Answers
-
My bad, according to this one
https://docs.microsoft.com/en-us/azure/event-hubs/event-hubs-faq
they're saying to ask here
https://social.msdn.microsoft.com/Forums/en-US/home?forum=servbus
edit: maybe this one helps
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows Server] Datacenter Management
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees, and confers no rights.
- Proposed as answer by Richard MuellerMVP, Banned Wednesday, November 7, 2018 12:10 AM
- Edited by Dave PatrickMVP Wednesday, November 7, 2018 2:20 AM
- Marked as answer by Richard MuellerMVP, Banned Tuesday, November 13, 2018 1:26 PM
Tuesday, November 6, 2018 10:42 PM
All replies
-
I'd try asking for help over here.
https://social.msdn.microsoft.com/Forums/azure/en-US/home?forum=azureiothub
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows Server] Datacenter Management
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees, and confers no rights.- Proposed as answer by Guido Franzke Tuesday, November 6, 2018 8:18 AM
- Unproposed as answer by Nihar Kanike Tuesday, November 6, 2018 9:57 PM
Tuesday, November 6, 2018 3:26 AM -
Hi,
The post was first submitted in Azure IoT hub but later it has been moved to different forums. Even I don't see any separate forum for Azure Event Hub in the category forum.
Really Appreciate if someone from microsoft help me on this issue.
Thanks.
Nihar
Nihar
Tuesday, November 6, 2018 10:00 PM -
My bad, according to this one
https://docs.microsoft.com/en-us/azure/event-hubs/event-hubs-faq
they're saying to ask here
https://social.msdn.microsoft.com/Forums/en-US/home?forum=servbus
edit: maybe this one helps
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows Server] Datacenter Management
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees, and confers no rights.
- Proposed as answer by Richard MuellerMVP, Banned Wednesday, November 7, 2018 12:10 AM
- Edited by Dave PatrickMVP Wednesday, November 7, 2018 2:20 AM
- Marked as answer by Richard MuellerMVP, Banned Tuesday, November 13, 2018 1:26 PM
Tuesday, November 6, 2018 10:42 PM