0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-28 09:16:49 +01:00
posthog/ee/kafka_client
James Greenhill d5fb987d53
Create Kafka consumer and write tests for consumer and producer (#6170)
* Test Kafka

* black format python

* fix imports

* add kafka and zk deps for testing

* Include ZK and Kafka for all tests

* fix signature for kafka helper

* Connect to localhost for kafka

* update kafka host for all test runs

* Wrong env var for kafka

* consolidate env vars for github actions

* set the advertised hostname from the broker to localhost

* add env var to docker-compose for kafka broker advert host

* resort to what we do locally with /etc/hosts

* Remove configs for kafka that won't be used
2021-10-01 09:43:50 +01:00
..
test Create Kafka consumer and write tests for consumer and producer (#6170) 2021-10-01 09:43:50 +01:00
__init__.py
client.py Create Kafka consumer and write tests for consumer and producer (#6170) 2021-10-01 09:43:50 +01:00
helper.py Create Kafka consumer and write tests for consumer and producer (#6170) 2021-10-01 09:43:50 +01:00
topics.py Plugin log entries (#3482) 2021-05-06 10:54:32 +03:00