delta-io / kafka-delta-ingest

A highly efficient daemon for streaming data from Kafka into Delta Lake
Apache License 2.0
343 stars 73 forks source link

fix: remove the vendoring of SSL with rdkafka #183

Closed rtyler closed 2 weeks ago

rtyler commented 2 weeks ago

I don't have a good reason for kafka-delta-ingest to do this, I'm confident it was previously done for wacky build problems.

This change also removes Cargo.lock which I don't believe is worth tracking in our tree

Fixes #176