We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 513c765 commit 5be475fCopy full SHA for 5be475f
2 files changed
CHANGES.md
@@ -1,4 +1,8 @@
1
# SCIMMA Server Container Changes
2
+## May 25, 2023
3
+Version 0.8.1
4
+
5
+ 1. Update version of confluent-kafka-python
6
7
## May 25, 2023
8
Version 0.8.0
Dockerfile.client
@@ -2,7 +2,7 @@ FROM scimma/base:0.5.2
RUN cd /usr/local/src && \
git clone https://github.com/confluentinc/confluent-kafka-python.git && \
cd confluent-kafka-python && \
- git checkout v1.3.0 && \
+ git checkout v1.8.2 && \
python3 setup.py build && \
python3 setup.py install
RUN mkdir -p /root/.config && ln -s /root/shared/kafkacat.conf /root/.config/kafkacat.conf
0 commit comments