├── .gitignore ├── LICENSE ├── README.md ├── librdkafka.7z └── uLibKafka.pas /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HeZiHang/Delphi-Kafka/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HeZiHang/Delphi-Kafka/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HeZiHang/Delphi-Kafka/HEAD/README.md -------------------------------------------------------------------------------- /librdkafka.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HeZiHang/Delphi-Kafka/HEAD/librdkafka.7z -------------------------------------------------------------------------------- /uLibKafka.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HeZiHang/Delphi-Kafka/HEAD/uLibKafka.pas --------------------------------------------------------------------------------