Hi Yesh,
Yes, if you are using the azure-messaging-eventhubs
Java SDK to connect with Azure Event Hub, you should ensure that your TLS version is at least 1.2. This is because TLS 1.0 and 1.1 are considered legacy and are planned for deprecation. Azure Event Hubs will require a minimum TLS version of 1.2 for all deployments as of October 31, 2024.
You can set the TLS version for your Event Hubs namespace to enforce stricter security measures and require that clients send and receive data with a newer version of TLS.
For more detailed information, you can refer to the following resources:
- Enforce a minimum required version of Transport Layer Security (TLS) for requests to an Event Hubs namespace
- Transport Layer Security (TLS) support in IoT Hub
- Transport Layer Security (TLS)
- Troubleshoot connectivity issues - Azure Event Hubs
By ensuring that your application uses TLS 1.2 or later, you will comply with the new security requirements and avoid any disruptions in service
Please check if you have further questions
Thanks
Deepanshu