Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusjunges committed Oct 5, 2024
1 parent 511ca28 commit b7aa78b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/producing-messages/producing-message-batch-to-kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ title: Producing message batch to kafka
weight: 6
---

> This is deprecated and will be removed in a future version. Please use [async producers](1-producing-messages.md) instead of batch messaging.
```+parse
<x-docs.warning title="This feature is deprecated">
This is deprecated and will be removed in a future version. Please use async producers instead of batch messaging.
</x-docs.warning>
```

You can publish multiple messages at the same time by using message batches.
To use a message batch, you must create a `Junges\Kafka\Producers\MessageBatch` instance.
Expand Down

0 comments on commit b7aa78b

Please sign in to comment.