Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 committed Jul 23, 2024
1 parent 18effda commit 1798b84
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ private class Task {
private final Map<String, Object> kafkaConfig = new HashMap<>();

private Map<String, Object> createKafkaProperties(final Map<String, Object> configOverrides) {
this.putAll(KafkaPropertiesFactory.this.baseConfig);
this.putAll(KafkaPropertiesFactory.this.app.createKafkaProperties());
final SerializationConfig serializationConfig =
KafkaPropertiesFactory.this.app.defaultSerializationConfig();
Expand Down

0 comments on commit 1798b84

Please sign in to comment.