Event Hub
This section explains how to configure the Event Hub on Azure. To do so, perform the following:
Navigate to partykafkaappnamespace in Event Hub.
By default, partykafkaapp is configured in Azure cloud. Ensure to navigate to the respective app based on current deployment.
EventHubNamespace
eventHubName
eventHubConnection
temn_msf_stream_kafka_bootstrap_servers
<Host name of the event hub namespace>:9093
temn_msf_stream_kafka_sasl_jaas_config
{org.apache.kafka.common.security.plain.PlainLoginModule required username=\"\$ConnectionString\" password=\"${eventHubConnection}\";}. Refer point 3 for eventHubConnection value.
In this topic