-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to publish to event hub #230
Comments
producer log: 2023-01-10 22:17:36 INFO KafkaProducer:532 - [Producer clientId=KafkaExampleProducer] Instantiated an idempotent producer. |
I am having same issue when connect to Kafka Event Hubs SASL_SSL. I wonder if there is any solution for this issue? 2024-09-20 08:25:38.986Z DEBUG [kafka-producer-network-thread | xxxeventhubs[1]] o.a.k.c.network.SslTransportLayer - [SslTransportLayer channelId=-1 key=channel=java.nio.channels.SocketChannel[connection-pending remote=export-event-hub.servicebus.windows.net/xxx.xxx.45.161:9093], selector=sun.nio.ch.EPollSelectorImpl@2653d023, interestOps=8, readyOps=0] Failed to send SSL Close message |
Description
Unable to publish message to event hub, got error message:java.io.EOFException: EOF during handshake, handshake status is NEED_UNWRAP.
How to reproduce
cloned azure-event-hubs-for-kafka and produced msg using quickstart java producer
Has it worked previously?
its a first attempt
Checklist
IMPORTANT: We will close issues where the checklist has not been completed or where adequate information has not been provided.
Please provide the relevant information for the following items:
Java SDK: OpenJDK 64-Bit Server VM Zulu17.36+14-SA (build 17.0.4+8-LTS, mixed mode, sharing)
Java quickstart
3.0.1
Producer failure
macOS Monterey 12.6.2
If this is a question on basic functionality, please verify the following:
The text was updated successfully, but these errors were encountered: