Skip to content

Releases: arquivei/events-sender

v.3.3.1

11 Dec 14:30
Compare
Choose a tag to compare
[ISSUE-22] Altera método addInfo() para info()

Add new Kafka Producer config property

05 Sep 18:45
077a007
Compare
Choose a tag to compare

This adds a new possibility when setting up a Kafka exporter: specifying a value for the producer property message.max.bytes. This will allow us to send larger messages to Kafka.

The value must be an integer representing the maximum size of the message in bytes. To specify a value, we just need to add a new key "message_max_bytes" to the config array passed to the constructor of the class Arquivei\Events\Sender\Exporters\Kafka.

Add support to PHP 8.2 with Monolog 3.0

05 Jul 20:34
a9f8851
Compare
Choose a tag to compare
Improve php dependencies support (#20)

* Add PHP 8.2 support

Co-authored-by: Fernando Marcelino <fernando.marcelino@arquivei.com.br>

Fix exporters tests namespaces

29 Jun 14:37
Compare
Choose a tag to compare

Changed exporters (Kafka, File and Kinesis) tests namespaces to follow PSR-4 standard.

Add kafka producer flush

12 Feb 20:13
7ff6c97
Compare
Choose a tag to compare

A modification was made to Kafka exporter calling the flush after the message was produced.
The flush is required from rdkafka 4, not calling flush can lead to message loss.

Default value setted: 30s

PHP 8 Support

03 Feb 12:34
8e7a2a1
Compare
Choose a tag to compare
v3.2.0

Add PHP 8 Support (#16)

Add Pusher class

06 Oct 17:28
3471772
Compare
Choose a tag to compare
  • Push events to a single exporter
  • Throw exception if any error happens

Today our Sender() try to send an event to many exporters and it ignores
exception if happens.

Atualização das bibliotecas do composer

13 Jul 12:42
6b9ca0e
Compare
Choose a tag to compare
Merge pull request #13 from arquivei/improves/update-libs-version

Atualização das bibliotecas no composer json

Melhories no composer json

13 Apr 21:32
Compare
Choose a tag to compare

Temos algumas libs no require mas que não usamos em todos os projetos.

As libs foram movidas para o suggest

Add PubSub exporter

23 Dec 16:17
170911d
Compare
Choose a tag to compare

Now we can use the PubSub exporter to send events to a topic of PubSub