Run option in Kafka Rules

I have…

I’m submitting a…

  • [ ] Regression (a behavior that stopped working in a new release)
  • [ ] Bug report
  • [ ] Performance issue
  • [x] Documentation issue or request

Current behavior

Expected behavior

Minimal reproduction of the problem

Environment

  • [x] Self hosted with docker
  • [ ] Self hosted with IIS
  • [ ] Self hosted with other version
  • [ ] Cloud version

Version: [VERSION]

Browser:

  • [x] Chrome (desktop)
  • [ ] Chrome (Android)
  • [ ] Chrome (iOS)
  • [ ] Firefox
  • [ ] Safari (desktop)
  • [ ] Safari (iOS)
  • [ ] IE
  • [ ] Edge

Others:
HI Sebastain

I wanted to understand which is the feature of Run option in Push to Kafka Rules pls.
It would be nice if you could point me to any doc you have.

image

Hi,

I should probably rename these 2 options

  • Run basically replays all events and pushes them to kafka. Lets say your content is created, updated 2 times and then published then 4 messages are sent over.
  • Run with latest states Queries all content items and sends them over. So for our content item above, only one event is being sent.