This project centralizes the schema definitions for the different topics used by the Archive Protocol to interact with Kafka. The intent of this library is to be imported by other libraries that attempt to consume/produce Kafka messages.
Add logging-queue-interfaces as dependency to the package.json, as below:
"dependencies" : {
...,
"logging-queue-interfaces": "https://github.com/archiveprotocol/logging-queue-interfaces.git#main",
...
}