question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Bootstrap Server 2.0.0-M5 upgrade: problem with ConnectionListener

See original GitHub issue

Hi 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:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:19 (9 by maintainers)

github_iconTop GitHub Comments

2reactions
gerardolenskicommented, Jan 14, 2022

I’ve tested Leshan 2.0.0-SNAPSHOT with Californium 3.2.0. Works fine for me.

1reaction
sbernard31commented, Jan 10, 2022

Yep this will done 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found