File tree Expand file tree Collapse file tree 6 files changed +9
-8
lines changed
kafka-connect-fitbit-source
kafka-connect-oura-source Expand file tree Collapse file tree 6 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 55out /
66.gradle /
77docker /users
8- docker /source-fitbit.properties
8+ docker /legacy / source-fitbit.properties
99docker /source-oura.properties
1010bin /
11- .DS_Store
11+ .DS_Store
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ services:
149149 image : radarbase/radar-connect-fitbit-source
150150 restart : on-failure
151151 volumes :
152- - ./docker/source-fitbit.properties:/etc/kafka-connect/source-fitbit.properties
152+ - ./docker/legacy/ source-fitbit.properties:/etc/kafka-connect/source-fitbit.properties
153153 - ./docker/users:/var/lib/kafka-connect-fitbit-source/users
154154 - fitbit-logs:/var/lib/kafka-connect-fitbit-source/logs
155155 depends_on :
File renamed without changes.
Original file line number Diff line number Diff line change @@ -51,7 +51,8 @@ COPY --from=builder /code/kafka-connect-rest-source/build/libs/*.jar ${CONNECT_P
5151COPY --from=builder /code/kafka-connect-fitbit-source/build/libs/*.jar ${CONNECT_PLUGIN_PATH}/kafka-connect-fitbit-source/
5252
5353# Overwrite the log4j configuration to include Sentry monitoring.
54- COPY ./docker/log4j.properties.template /opt/kafka/custom-config/log4j.properties
54+ # TODO uncomment after new log4j2 properties file is added.
55+ # COPY ./docker/log4j2.properties /opt/kafka/custom-config/log4j.properties
5556# Copy Sentry monitoring jars.
5657COPY --from=builder /code/kafka-connect-fitbit-source/build/third-party/sentry-* /opt/kafka/libs/
5758
Original file line number Diff line number Diff line change @@ -58,6 +58,6 @@ COPY --chown=appuser:appuser ./docker/legacy/ensure /etc/confluent/docker/ensur
5858COPY --chown=appuser:appuser ./docker/legacy/launch /etc/confluent/docker/launch
5959
6060# Overwrite the log4j configuration to include Sentry monitoring.
61- COPY ./docker/log4j.properties.template /etc/confluent/docker/log4j.properties.template
61+ COPY ./docker/legacy/ log4j.properties.template /etc/confluent/docker/log4j.properties.template
6262# Copy Sentry monitoring jars.
6363COPY --from=builder /code/kafka-connect-fitbit-source/build/third-party/sentry-* /etc/kafka-connect/jars
Original file line number Diff line number Diff line change @@ -51,13 +51,13 @@ COPY --from=builder /code/kafka-connect-oura-source/build/libs/*.jar ${CONNECT_P
5151COPY --from=builder /code/oura-library/build/libs/*.jar ${CONNECT_PLUGIN_PATH}/kafka-connect-oura-source/
5252
5353# Load topics validator
54- COPY --chown=appuser:appuser ./docker/ensure /etc/confluent/docker/ensure
54+ COPY --chown=appuser:appuser ./docker/legacy/ ensure /etc/confluent/docker/ensure
5555
5656# Load modified launcher
57- COPY --chown=appuser:appuser ./docker/launch /etc/confluent/docker/launch
57+ COPY --chown=appuser:appuser ./docker/legacy/ launch /etc/confluent/docker/launch
5858
5959# Overwrite the log4j configuration to include Sentry monitoring.
60- COPY ./docker/log4j.properties.template /etc/confluent/docker/log4j.properties.template
60+ COPY ./docker/legacy/ log4j.properties.template /etc/confluent/docker/log4j.properties.template
6161# Copy Sentry monitoring jars.
6262COPY --from=builder /code/kafka-connect-oura-source/build/third-party/sentry-* /etc/kafka-connect/jars
6363
You can’t perform that action at this time.
0 commit comments