Skip to content

Commit e97c8da

Browse files
authored
(AzureCXP) fixes MicrosoftDocs/azure-docs#360898
Updated line no: 32 From: uncompressed To: none
1 parent 147e872 commit e97c8da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/event-hubs/apache-kafka-configurations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Producer configs can be found [here](https://kafka.apache.org/documentation/#pro
2929
|`metadata.max.idle.ms` | 180000 | > 5000 | Controls how long the producer caches metadata for a topic that's idle. If the elapsed time since a topic was last produced exceeds the metadata idle duration, then the topic's metadata is forgotten and the next access to it will force a metadata fetch request.|
3030
|`linger.ms` | > 0 | | For high throughput scenarios, linger value should be equal to the highest tolerable value to take advantage of batching.|
3131
|`delivery.timeout.ms` | | | Set according to the formula (`request.timeout.ms` + `linger.ms`) * `retries`.|
32-
|`compression.type` | `uncompressed, gzip` | | Only gzip compression is currently supported.|
32+
|`compression.type` | `none, gzip` | | Only gzip compression is currently supported.|
3333

3434
### Consumer configurations only
3535
Consumer configs can be found [here](https://kafka.apache.org/documentation/#consumerconfigs).

0 commit comments

Comments
 (0)