Sfoglia il codice sorgente

docs: fix desc typo

zmstone 1 anno fa
parent
commit
e0da7ea392
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      rel/i18n/emqx_bridge_kafka.hocon

+ 1 - 1
rel/i18n/emqx_bridge_kafka.hocon

@@ -66,7 +66,7 @@ consumer_max_batch_bytes.desc:
 """Set how many bytes to pull from Kafka in each fetch request.
 """Set how many bytes to pull from Kafka in each fetch request.
 Messages are fetched in batches by the consumer, and if the first record batch in the first non-empty
 Messages are fetched in batches by the consumer, and if the first record batch in the first non-empty
 partition of the fetch is larger than this value, the record batch will still be returned to ensure
 partition of the fetch is larger than this value, the record batch will still be returned to ensure
-that the consumer can make progress. As such, this is not a absolute maximum. Set `1` for minimal latency."""
+that the consumer can make progress. As such, this is not an absolute maximum. Set `1` for minimal latency."""
 
 
 consumer_max_batch_bytes.label:
 consumer_max_batch_bytes.label:
 """Fetch Bytes"""
 """Fetch Bytes"""