HomeSoftware Heritage

Migrate to confluent-kafka instead of kafka-python

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

Migrate to confluent-kafka instead of kafka-python

While kafka-python is a useful library, confluent-kafka is based on rdkafka
which is the upstream-supported kafka client library, and supports more
features (e.g. proper authentication modes) which we should be using when
opening our kafka brokers to the internet.

Details

Provenance
olasdAuthored on Sep 11 2019, 2:53 PM
olasdPushed on Sep 13 2019, 2:25 PM
Differential Revision
D1980: Migrate to confluent-kafka instead of kafka-python
Build Status
Buildable 7782
Build 11191: test-and-buildJenkins

Commit No Longer Exists

This commit no longer exists in the repository.