Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vernedeng committed Jan 9, 2025
1 parent 81ccb30 commit f5925de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public class KafkaProducerCluster implements LifecycleAware {

private KafkaProducer<String, byte[]> producer;

private long configuredMaxPayloadSize;
private long configuredMaxPayloadSize = 8388608L;

public KafkaProducerCluster(
String workerName,
Expand Down

0 comments on commit f5925de

Please sign in to comment.