Bootstrap Server 2.0.0-M5 upgrade: problem with ConnectionListener
See original GitHub issueHi guys.
I’m upgrading the Bootstrap Server from 2.0.0-M4
to 2.0.0-M5
. In my server configuration, I have the ConnectionListener
registered in DtlsConnectorConfig
. My implementation listens to the void onConnectionRemoved(Connection connection)
event to handle DTLS connection error.
In version M4
I invoked connection.getSession()
and connection.getOngoingHandshake()
to gather some detailed information of the DTLS session. However in M5
the both methods return null
instead of correct objects.
For me, it looks like a regression. Can you please advise?
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:19 (9 by maintainers)
Top Results From Across the Web
Kafka Streams Bootstrap Servers Problem #11617 - GitHub
Admin client can't establish the connection to bootstrap server. I'm sure that the host name is correct, when I use it in Kafka...
Read more >kafka-topics.sh : bootstrap-server is not a recognized option
Run the command by itself to look at supported options. If it doesn't exist, then you are likely not using the version of...
Read more >Why Can't I Connect to Kafka? | Troubleshoot Connectivity
The client initiates a connection to the bootstrap server(s), which is one (or ... Let's go and fix this. ... Scenario 2: Kafka...
Read more >CWSIT - IBM
This situation may be due to configuration problems, network problems or it may be that none of the required bootstrap servers are currently...
Read more >Getting the bootstrap brokers for an Amazon MSK cluster
Get the bootstrap brokers for your cluster using the AWS Management Console, the AWS CLI ... myTestCluster.123z8u.c2.kafka.us-west-1.amazonaws.com:9098,b-2.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ve tested Leshan
2.0.0-SNAPSHOT
with Californium3.2.0
. Works fine for me.Yep this will done 😃