chronicle vs chronicle-queue package
问题 I'm just getting started with chronicle queue - however I'm a bit confused on which API to use for reading/writing to the queue. Specifically chronicle-queue-5 vs chronicle-3.5.* I've gone through this link which basically uses chronicle-queue API , but there are others like this which uses chronicle. What is the difference between these 2 below? Chronicle chronicle = ChronicleQueueBuilder.indexed(_location).build(); ExcerptAppender appender = chronicle.createAppender(); appender.startExcerpt