Skip to content

Commit

Permalink
downgrade confluent-kafka
Browse files Browse the repository at this point in the history
  • Loading branch information
anshbansal committed Dec 8, 2022
1 parent 359e1d7 commit 6818c1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/datahub-ingestion/base-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ colorama==0.4.5
colorlog==6.7.0
commonmark==0.9.1
confection==0.0.3
confluent-kafka==1.9.2
confluent-kafka==1.8.2
connexion==2.14.1
coverage==6.5.0
croniter==1.3.7
Expand Down
2 changes: 1 addition & 1 deletion docker/datahub-ingestion/base.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3.10.7 as base

ENV DOCKERIZE_VERSION v0.6.1
ENV LIBRDKAFKA_VERSION=1.9.2
ENV LIBRDKAFKA_VERSION=1.6.2
ENV CONFLUENT_KAFKA_VERSION=1.6.1

ENV DEBIAN_FRONTEND noninteractive
Expand Down

0 comments on commit 6818c1f

Please sign in to comment.