erthink/ReOpenLDAP

Proper way for event handling

monoton opened this issue · 1 comments

Hi Leonid
We are using this pretty and stable soft in a huge cluster ~30 nodes (m+ records) and we are growing
At this moment we have requirement to handle replication events from other nodes. Needs minimum info like dn
And there is no info how to do it.
Do you know any proper way to do it?

There is no "right way" to do this until there is a complete enough description of what you want.

On the other hand, in general there are the three methods:

  1. Parse logs from the auditlog overlay.
  2. Adding corresponding output into the `syncrepl code, but choose a communication method firstly.
  3. Capture and parse a network traffic between replication provider and consumer.