Skip to content

Commit

Permalink
fix(datahub-client): Fix kafka config issue (#5403)
Browse files Browse the repository at this point in the history
  • Loading branch information
MugdhaHardikar-GSLab authored Jul 15, 2022
1 parent 2c48329 commit 369c655
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ public class KafkaEmitterConfig {
private final String bootstrap = "localhost:9092";
@Builder.Default
private final String schemaRegistryUrl = "http://localhost:8081";


@Builder.Default
private final Map<String, String> schemaRegistryConfig = Collections.emptyMap();
@Builder.Default
private final Map<String, String> producerConfig = Collections.emptyMap();

@Builder.Default
private final EventFormatter eventFormatter = new EventFormatter(EventFormatter.Format.PEGASUS_JSON);

Expand Down

0 comments on commit 369c655

Please sign in to comment.