Skip to content

Commit

Permalink
spark agent #610 quickfix for kafka lineage dispatcher issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cerveada committed Feb 22, 2023
1 parent ad7a422 commit 92050be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/resources/spline.default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ spline:
producer.bootstrap.servers:
producer.key.serializer: org.apache.kafka.common.serialization.StringSerializer
producer.value.serializer: org.apache.kafka.common.serialization.StringSerializer
producer.max.in.flight.requests.per.connection: 1
producer.max.in.flight.requests.per.connection: "1"
# topic name
topic:

Expand Down

0 comments on commit 92050be

Please sign in to comment.