File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed 
spring-boot-3-demo-app-kotlin/src/main/resources 
spring-boot-3-demo-app-reactive/src/main/resources 
spring-boot-3-demo-app/src/main/resources Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,9 @@ spring:
3636            additional-topic : open.telemetry.sb3.queue.additional 
3737        producer :
3838            key-serializer : org.apache.kafka.common.serialization.UUIDSerializer 
39+             batch-size : 32KB 
3940            properties :
40-                 linger.ms : 100 
41+                 linger.ms : 20 
4142                batch.size : 10000 
4243        listener :
4344            observation-enabled : true  #  Important!!!
Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ spring:
2929            additional-topic : open.telemetry.sb3.queue.additional 
3030        producer :
3131            key-serializer : org.apache.kafka.common.serialization.UUIDSerializer 
32+             batch-size : 32KB 
3233            properties :
33-                 linger.ms : 100 
34-                 batch.size : 10000 
34+                 linger.ms : 20 
3535        listener :
3636            observation-enabled : true  #  Important!!!
3737            ack-mode : manual_immediate 
Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ spring:
3636            additional-topic : open.telemetry.sb3.queue.additional 
3737        producer :
3838            key-serializer : org.apache.kafka.common.serialization.UUIDSerializer 
39+             batch-size : 32KB 
3940            properties :
40-                 linger.ms : 100 
41-                 batch.size : 10000 
41+                 linger.ms : 20 
4242        listener :
4343            observation-enabled : true  #  Important!!!
4444            ack-mode : manual_immediate 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments