commit | 7133cc376ce7603b34353558f2cfd8ce7e59570c | [log] [tgz] |
---|---|---|
author | Antonio Barone <syntonyze@gmail.com> | Fri Aug 20 18:28:35 2021 +0200 |
committer | Antonio Barone <syntonyze@gmail.com> | Mon Aug 30 09:44:59 2021 +0000 |
tree | 637b390b57f61e54baac782b0b771bf9ac838ee4 | |
parent | 260f4e9e5e09e75c97afeb0d4108ba1527e8aa8b [diff] |
Only publish stream events when sendStreamEvents is set. The publishing of stream events is only enabled when the "sendStreamEvents' configuration is set as follows: [plugin "events-aws-kinesis"] sendStreamEvents=true Note that this constitutes a breaking change compared to the previous stable version (stable-3.4), in which stream events were published by default. This is because multi-site now already publishes stream events [see Iafe5a8155] by binding directly the StreamEventsPublisher from the events-broker library. Thus direct publishing from events-aws-kinesis would be redundant and cause twice as many messages to be published. Bug: Issue 14910 Change-Id: I863748aad18ec173008702e6a42cb0b0a4acbb61
Provide producer and consumer of events streamed over AWS kinesis.
Information on how to build this plugin can be found here
Information on how to configure this plugin can be found here