|
@@ -1748,9 +1748,7 @@ SENTRY_DEVSERVICES = {
|
|
|
),
|
|
|
"zookeeper": lambda settings, options: (
|
|
|
{
|
|
|
- # Upgrading to version 6.x allows zookeeper to run properly on Apple's arm64
|
|
|
- # See details https://github.com/confluentinc/kafka-images/issues/80#issuecomment-855511438
|
|
|
- "image": "confluentinc/cp-zookeeper:6.2.0",
|
|
|
+ "image": "confluentinc/cp-zookeeper:5.1.2",
|
|
|
"environment": {"ZOOKEEPER_CLIENT_PORT": "2181"},
|
|
|
"volumes": {"zookeeper": {"bind": "/var/lib/zookeeper"}},
|
|
|
"only_if": "kafka" in settings.SENTRY_EVENTSTREAM or settings.SENTRY_USE_RELAY,
|
|
@@ -1758,8 +1756,7 @@ SENTRY_DEVSERVICES = {
|
|
|
),
|
|
|
"kafka": lambda settings, options: (
|
|
|
{
|
|
|
- # We upgrade to version 6.x to match zookeeper's version (I believe they both release together)
|
|
|
- "image": "confluentinc/cp-kafka:6.2.0",
|
|
|
+ "image": "confluentinc/cp-kafka:5.1.2",
|
|
|
"ports": {"9092/tcp": 9092},
|
|
|
"environment": {
|
|
|
"KAFKA_ZOOKEEPER_CONNECT": "{containers[zookeeper][name]}:2181",
|