Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 553 Bytes

File metadata and controls

21 lines (14 loc) · 553 Bytes

Logging Queue Interfaces

Description

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.

Usage

How to import this library

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",
    ...
}