DataIntellectTech / kdb-chronicle-queue

Java adaptor from Chronicle queue to kdb+
3 stars 1 forks source link

Fix data being dropped if application crashes when KdbEnvelope is not empty #11

Closed Tin-Pui closed 3 weeks ago

Tin-Pui commented 1 month ago

Create a second ExcerptTailer to keep track of records that are sent to KDB. Remove unused code from ChronicleToKdbAdapter.trySend().