Task #18075
Updated by Shuvam Misra about 1 year ago
The LogHarbour client (the Kafka producer) which is linked to the business application and queues the entries for insertion currently sends the log entry in the form of a `LogEntry` data structure. A new field will need to be added to this data structure, called `ID`. This will be a unique string, generated using the ksuid algorithm (see https://github.com/ksuid/ksuid) The business application will not need to change its code; this ID will be transparently added to each log entry by the client library which queues the message.