diff --git a/application/src/main/resources/thingsboard.yml b/application/src/main/resources/thingsboard.yml index bf050d268a..e172f77a69 100644 --- a/application/src/main/resources/thingsboard.yml +++ b/application/src/main/resources/thingsboard.yml @@ -1521,7 +1521,7 @@ queue: # Example of specific consumer properties value per topic for edge event - key: max.poll.records # Example of specific consumer properties value per topic for edge event - value: "${TB_QUEUE_KAFKA_EDGE_EVENT_MAX_POLL_INTERVAL_MS:50}" + value: "${TB_QUEUE_KAFKA_EDGE_EVENT_MAX_POLL_RECORDS:50}" tb_housekeeper: # Consumer properties for Housekeeper tasks topic - key: max.poll.records