Skip to content

Commit 0f7e92c

Browse files
feat: detect and extract json from log-lines (#1248)
--------- Co-authored-by: Nikhil Sinha <[email protected]> Co-authored-by: Nikhil Sinha <[email protected]>
1 parent a114e14 commit 0f7e92c

File tree

9 files changed

+1169
-22
lines changed

9 files changed

+1169
-22
lines changed

Dockerfile.debug

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ RUN mkdir src && echo "fn main() {}" > src/main.rs && cargo build && rm -rf src
2929

3030
# Build the actual binary
3131
COPY src ./src
32+
COPY resources ./resources
3233
RUN cargo build
3334

3435
# final stage

Dockerfile.kafka

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ RUN mkdir src && echo "fn main() {}" > src/main.rs && \
4242

4343
# Copy the actual source code
4444
COPY src ./src
45+
COPY resources ./resources
4546

4647
# Build the actual binary with kafka feature
4748
RUN cargo build --release --features kafka

resources/formats.json

+612
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)