Corrections in the previous mail: 1) > I am worried about if the consumer will always see events in 'start/' > and 'stop/' as they are applied by the leader.
This should be: I am worried about if the consumer will always see the events in the same sequence as the are applied by the leader. 2) > For example, consider that leader executes this sequence: > create /start/j2 > delete /stop/j2 > This should be: For example, consider that leader executes this sequence: create /start/j2 create /stop/j2
