Skip to content

Commit 272708a

Browse files
committed
words
Signed-off-by: Gabriele Santomaggio <[email protected]>
1 parent f2fcf86 commit 272708a

File tree

4 files changed

+19
-16
lines changed

4 files changed

+19
-16
lines changed

docs/stream-core-plugin-comparison.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Stream core designates stream features in the broker with only default plugins a
3636
|Clients| AMQP 0.9.1 clients ([documentation](./streams#usage)). AMQP 1.0 clients ([documentation](/client-libraries/amqp-client-libraries#support-for-streams)) |[RabbitMQ stream clients](./stream#overview) |
3737
|Port| 5672 | 5552 |
3838
|Format| Server-side AMQP 1.0 message format encoding and decoding | Client-side AMQP 1.0 message format encoding and decoding |
39-
|Sub-entry batching| Supported (uncompressed) | Supported ([Java example](https://rabbitmq.github.io/rabbitmq-stream-java-client/snapshot/htmlsingle/#sub-entry-batching-and-compression)). [Clients implementations](#stream-clients-sub-entry-batching-compressions) |
39+
|Sub-entry batching| Supported (uncompressed) | Supported ([Java example](https://rabbitmq.github.io/rabbitmq-stream-java-client/snapshot/htmlsingle/#sub-entry-batching-and-compression)). [Clients Compression Options](#stream-clients-sub-entry-batching-compression-options) |
4040
|Offset tracking| Use external store | Built-in server-side support ([Java example](https://rabbitmq.github.io/rabbitmq-stream-java-client/snapshot/htmlsingle/#consumer-offset-tracking)) or external store |
4141
|Publishing deduplication|Not supported | Supported ([Java example](https://rabbitmq.github.io/rabbitmq-stream-java-client/snapshot/htmlsingle/#outbound-message-deduplication)) |
4242
|[Super stream](/blog/2022/07/13/rabbitmq-3-11-feature-preview-super-streams) |Not supported | Supported |
@@ -57,16 +57,17 @@ Streams store messages using the AMQP 1.0 message format.
5757
* application data
5858
* message annotations
5959

60-
### Stream clients sub-entry batching compressions
60+
### Stream Clients Sub-entry Batching Compression Options
6161

62-
The compression happens client-side. The available compressions are:
62+
The compression happens client-side. The available compression implementations:
6363
- No compression
6464
- Gzip
6565
- Snappy
6666
- LZ4
6767
- Zstd
6868

69-
See the table below for the clients implementations:
69+
The table below explains what options are supported by a number of RabbitMQ Stream Protocol clients:
70+
7071

7172
|Client | Supported | No Compression|Gzip| Snappy | LZ4 | Zstd |
7273
|-| ------------------------ | ------------- |--- | --- | --- |--- |

versioned_docs/version-3.13/stream-core-plugin-comparison.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Stream core designates stream features in the broker with only default plugins a
3636
|Clients| AMQP 0.9.1 clients ([documentation](./streams#usage)) |[RabbitMQ stream clients](./stream#overview) |
3737
|Port| 5672 | 5552 |
3838
|Format| Server-side AMQP 1.0 message format encoding and decoding | Client-side AMQP 1.0 message format encoding and decoding |
39-
|Sub-entry batching| Supported (uncompressed) | Supported ([Java example](https://rabbitmq.github.io/rabbitmq-stream-java-client/snapshot/htmlsingle/#sub-entry-batching-and-compression)) . [Clients implementations](#stream-clients-sub-entry-batching-compressions) |
39+
|Sub-entry batching| Supported (uncompressed) | Supported ([Java example](https://rabbitmq.github.io/rabbitmq-stream-java-client/snapshot/htmlsingle/#sub-entry-batching-and-compression)). [Clients Compression Options](#stream-clients-sub-entry-batching-compression-options) |
4040
|Offset tracking| Use external store | Built-in server-side support ([Java example](https://rabbitmq.github.io/rabbitmq-stream-java-client/snapshot/htmlsingle/#consumer-offset-tracking)) or external store |
4141
|Publishing deduplication|Not supported | Supported ([Java example](https://rabbitmq.github.io/rabbitmq-stream-java-client/snapshot/htmlsingle/#outbound-message-deduplication)) |
4242
|[Super stream](/blog/2022/07/13/rabbitmq-3-11-feature-preview-super-streams) |Not supported | Supported |
@@ -57,16 +57,16 @@ Streams store messages using the AMQP 1.0 message format.
5757
* application data
5858
* message annotations
5959

60-
### Stream clients sub-entry batching compressions
60+
### Stream Clients Sub-entry Batching Compression Options
6161

62-
The compression happens client-side. The available compressions are:
62+
The compression happens client-side. The available compression implementations:
6363
- No compression
6464
- Gzip
6565
- Snappy
6666
- LZ4
6767
- Zstd
6868

69-
See the table below for the clients implementations:
69+
The table below explains what options are supported by a number of RabbitMQ Stream Protocol clients:
7070

7171
|Client | Supported | No Compression|Gzip| Snappy | LZ4 | Zstd |
7272
|-| ------------------------ | ------------- |--- | --- | --- |--- |

versioned_docs/version-4.0/stream-core-plugin-comparison.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Stream core designates stream features in the broker with only default plugins a
3636
|Clients| AMQP 0.9.1 clients ([documentation](./streams#usage)). AMQP 1.0 clients ([documentation](/client-libraries/amqp-client-libraries#support-for-streams))|[RabbitMQ stream clients](./stream#overview) |
3737
|Port| 5672 | 5552 |
3838
|Format| Server-side AMQP 1.0 message format encoding and decoding | Client-side AMQP 1.0 message format encoding and decoding |
39-
|Sub-entry batching| Supported (uncompressed) | Supported ([Java example](https://rabbitmq.github.io/rabbitmq-stream-java-client/snapshot/htmlsingle/#sub-entry-batching-and-compression)). [Clients implementations](#stream-clients-sub-entry-batching-compressions) |
39+
|Sub-entry batching| Supported (uncompressed) | Supported ([Java example](https://rabbitmq.github.io/rabbitmq-stream-java-client/snapshot/htmlsingle/#sub-entry-batching-and-compression)). [Clients Compression Options](#stream-clients-sub-entry-batching-compression-options) |
4040
|Offset tracking| Use external store | Built-in server-side support ([Java example](https://rabbitmq.github.io/rabbitmq-stream-java-client/snapshot/htmlsingle/#consumer-offset-tracking)) or external store |
4141
|Publishing deduplication|Not supported | Supported ([Java example](https://rabbitmq.github.io/rabbitmq-stream-java-client/snapshot/htmlsingle/#outbound-message-deduplication)) |
4242
|[Super stream](/blog/2022/07/13/rabbitmq-3-11-feature-preview-super-streams) |Not supported | Supported |
@@ -57,16 +57,17 @@ Streams store messages using the AMQP 1.0 message format.
5757
* application data
5858
* message annotations
5959

60-
### Stream clients sub-entry batching compressions
60+
### Stream Clients Sub-entry Batching Compression Options
6161

62-
The compression happens client-side. The available compressions are:
62+
The compression happens client-side. The available compression implementations:
6363
- No compression
6464
- Gzip
6565
- Snappy
6666
- LZ4
6767
- Zstd
6868

69-
See the table below for the clients implementations:
69+
The table below explains what options are supported by a number of RabbitMQ Stream Protocol clients:
70+
7071

7172
|Client | Supported | No Compression|Gzip| Snappy | LZ4 | Zstd |
7273
|-| ------------------------ | ------------- |--- | --- | --- |--- |

versioned_docs/version-4.1/stream-core-plugin-comparison.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Stream core designates stream features in the broker with only default plugins a
3636
|Clients| AMQP 0.9.1 clients ([documentation](./streams#usage)). AMQP 1.0 clients ([documentation](/client-libraries/amqp-client-libraries#support-for-streams)) |[RabbitMQ stream clients](./stream#overview) |
3737
|Port| 5672 | 5552 |
3838
|Format| Server-side AMQP 1.0 message format encoding and decoding | Client-side AMQP 1.0 message format encoding and decoding |
39-
|Sub-entry batching| Supported (uncompressed) | Supported ([Java example](https://rabbitmq.github.io/rabbitmq-stream-java-client/snapshot/htmlsingle/#sub-entry-batching-and-compression)). [Clients implementations](#stream-clients-sub-entry-batching-compressions) |
39+
|Sub-entry batching| Supported (uncompressed) | Supported ([Java example](https://rabbitmq.github.io/rabbitmq-stream-java-client/snapshot/htmlsingle/#sub-entry-batching-and-compression)). [Clients Compression Options](#stream-clients-sub-entry-batching-compression-options) |
4040
|Offset tracking| Use external store | Built-in server-side support ([Java example](https://rabbitmq.github.io/rabbitmq-stream-java-client/snapshot/htmlsingle/#consumer-offset-tracking)) or external store |
4141
|Publishing deduplication|Not supported | Supported ([Java example](https://rabbitmq.github.io/rabbitmq-stream-java-client/snapshot/htmlsingle/#outbound-message-deduplication)) |
4242
|[Super stream](/blog/2022/07/13/rabbitmq-3-11-feature-preview-super-streams) |Not supported | Supported |
@@ -57,16 +57,17 @@ Streams store messages using the AMQP 1.0 message format.
5757
* application data
5858
* message annotations
5959

60-
### Stream clients sub-entry batching compressions
60+
### Stream Clients Sub-entry Batching Compression Options
6161

62-
The compression happens client-side. The available compressions are:
62+
The compression happens client-side. The available compression implementations:
6363
- No compression
6464
- Gzip
6565
- Snappy
6666
- LZ4
6767
- Zstd
6868

69-
See the table below for the clients implementations:
69+
The table below explains what options are supported by a number of RabbitMQ Stream Protocol clients:
70+
7071

7172
|Client | Supported | No Compression|Gzip| Snappy | LZ4 | Zstd |
7273
|-| ------------------------ | ------------- |--- | --- | --- |--- |

0 commit comments

Comments
 (0)