File tree Expand file tree Collapse file tree 6 files changed +9
-10
lines changed
kafka-connect-fitbit-source
kafka-connect-oura-source Expand file tree Collapse file tree 6 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 5
5
out /
6
6
.gradle /
7
7
docker /users
8
- docker /source-fitbit.properties
8
+ docker /legacy / source-fitbit.properties
9
9
docker /source-oura.properties
10
10
bin /
11
- .DS_Store
11
+ .DS_Store
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ services:
149
149
image : radarbase/radar-connect-fitbit-source
150
150
restart : on-failure
151
151
volumes :
152
- - ./docker/source-fitbit.properties:/etc/kafka-connect/source-fitbit.properties
152
+ - ./docker/legacy/ source-fitbit.properties:/etc/kafka-connect/source-fitbit.properties
153
153
- ./docker/users:/var/lib/kafka-connect-fitbit-source/users
154
154
- fitbit-logs:/var/lib/kafka-connect-fitbit-source/logs
155
155
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
51
51
COPY --from=builder /code/kafka-connect-fitbit-source/build/libs/*.jar ${CONNECT_PLUGIN_PATH}/kafka-connect-fitbit-source/
52
52
53
53
# 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
55
56
# Copy Sentry monitoring jars.
56
57
COPY --from=builder /code/kafka-connect-fitbit-source/build/third-party/sentry-* /opt/kafka/libs/
57
58
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
58
58
COPY --chown=appuser:appuser ./docker/legacy/launch /etc/confluent/docker/launch
59
59
60
60
# 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
62
62
# Copy Sentry monitoring jars.
63
63
COPY --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,11 @@ COPY --from=builder /code/kafka-connect-oura-source/build/libs/*.jar ${CONNECT_P
51
51
COPY --from=builder /code/oura-library/build/libs/*.jar ${CONNECT_PLUGIN_PATH}/kafka-connect-oura-source/
52
52
53
53
# 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
55
55
56
56
# 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
58
58
59
- # Overwrite the log4j configuration to include Sentry monitoring.
60
- COPY ./docker/log4j.properties.template /etc/confluent/docker/log4j.properties.template
61
- # Copy Sentry monitoring jars.
59
+ # Copy Sentry monitoring jars. Sentry monitoring needs to be included in helm chart log4j ConfigMap.
62
60
COPY --from=builder /code/kafka-connect-oura-source/build/third-party/sentry-* /etc/kafka-connect/jars
63
61
You can’t perform that action at this time.
0 commit comments