We are trying Chronicle HFT as a proof of concept for low latency messaging b/w components. We are using chronicle-1.7.2.jar
We have a reader and writer, writer keeps writing excerpts to chronicle and reader keeps reading it in a busy while loop.
We are having trouble to hook reader on epoll and make it selectable when there is data available in the chronicle file. Usually we select on DatagramChannel data availability.
Please shed some light on how to make the reader selectable and register a call back when there is data written on chronicle.