Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 5, 2021 23:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/a4c4b65e6ed41e0a2df041a7b0f18bfa to your computer and use it in GitHub Desktop.
Save r-ryantm/a4c4b65e6ed41e0a2df041a7b0f18bfa to your computer and use it in GitHub Desktop.
/nix/store/wka1rnlnw5g5qz6pxxqxqfc83mzaqxxz-python3.7-confluent-kafka-1.6.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── confluent_kafka
│   │   ├── admin
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── avro
│   │   │   ├── cached_schema_registry_client.py
│   │   │   ├── error.py
│   │   │   ├── __init__.py
│   │   │   ├── load.py
│   │   │   ├── __pycache__
│   │   │   │   ├── cached_schema_registry_client.cpython-37.pyc
│   │   │   │   ├── error.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── load.cpython-37.pyc
│   │   │   └── serializer
│   │   │   ├── __init__.py
│   │   │   ├── message_serializer.py
│   │   │   └── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── message_serializer.cpython-37.pyc
│   │   ├── cimpl.cpython-37m-x86_64-linux-gnu.so
│   │   ├── deserializing_consumer.py
│   │   ├── error.py
│   │   ├── __init__.py
│   │   ├── kafkatest
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── verifiable_client.cpython-37.pyc
│   │   │   │   ├── verifiable_consumer.cpython-37.pyc
│   │   │   │   └── verifiable_producer.cpython-37.pyc
│   │   │   ├── verifiable_client.py
│   │   │   ├── verifiable_consumer.py
│   │   │   └── verifiable_producer.py
│   │   ├── __pycache__
│   │   │   ├── deserializing_consumer.cpython-37.pyc
│   │   │   ├── error.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── serializing_producer.cpython-37.pyc
│   │   ├── schema_registry
│   │   │   ├── avro.py
│   │   │   ├── error.py
│   │   │   ├── __init__.py
│   │   │   ├── json_schema.py
│   │   │   ├── protobuf.py
│   │   │   ├── __pycache__
│   │   │   │   ├── avro.cpython-37.pyc
│   │   │   │   ├── error.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── json_schema.cpython-37.pyc
│   │   │   │   ├── protobuf.cpython-37.pyc
│   │   │   │   └── schema_registry_client.cpython-37.pyc
│   │   │   └── schema_registry_client.py
│   │   ├── serialization
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   └── __init__.cpython-37.pyc
│   │   └── serializing_producer.py
│   └── confluent_kafka-1.6.0.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
├── LICENSE.txt
└── nix-support
└── propagated-build-inputs
19 directories, 55 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment