Skip to content

Commit

Permalink
chore: increase max.partition.fetch.bytes to 2MiB
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreiffers committed Jun 12, 2024
1 parent a7d44b2 commit dd18b81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ spring:
auto-offset-reset: earliest
enable-auto-commit: false
value-deserializer: io.confluent.kafka.serializers.KafkaAvroDeserializer
properties:
max.partition.fetch.bytes: 2097152
producer:
value-serializer: io.confluent.kafka.serializers.KafkaAvroSerializer
listener:
Expand Down

0 comments on commit dd18b81

Please sign in to comment.