0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-21 13:39:22 +01:00
Commit Graph

3 Commits

Author SHA1 Message Date
Julian Bez
9576fab1e4
chore: Add Pyupgrade rules (#21714)
* Add Pyupgrade rules
* Set correct Python version
2024-04-25 08:22:28 +01:00
Harry Waye
dfe389dfdc
chore: fix typing of int arguments in migrate_kafka_data.py (#14304)
* chore: fix typing of int arguments in migrate_kafka_data.py

I'd given defaults but didn't ensure the types were right.

* decrease linger
2023-02-17 19:24:57 +00:00
Harry Waye
c8bf85b3af
chore(kafka-migrate-data): add SSL options to migrate command (#14300)
Previously, the migrate command would fail if the Kafka cluster was
configured to use SSL. This commit adds and option to specify e.g `SSL`,
`PLAINTEXT`, `SASL_SSL` etc. as per
https://kafka.apache.org/25/javadoc/org/apache/kafka/common/security/auth/SecurityProtocol.html
2023-02-17 18:11:53 +00:00