librdkafka icon indicating copy to clipboard operation
librdkafka copied to clipboard

Propagate SSL settings to curl's SSL context

Open lpsinger opened this issue 10 months ago • 11 comments

  • Fixes #3751.
  • Fixes confluentinc/confluent-kafka-python#1702.
  • Fixes confluentinc/confluent-kafka-dotnet#2106.

Please note, I need some help to update the unit tests. Adding an rd_kafka_t * to the rdhttp functions means that the unit tests require at least a partly initialized rd_kafka_t struct.

Merging this will allow us to fix a very annoying error that our users are seeing (https://github.com/nasa-gcn/gcn-kafka-python/issues/49) by using librdkafka's builtin OIDC token refresh callback (https://github.com/nasa-gcn/gcn-kafka-python/pull/22).

lpsinger avatar Dec 04 '24 15:12 lpsinger