<- Back to NucleoCore
Skip to main content

Message Queue Service Types

Kafka Repository (Default)

Using Kafka cluster to keep the ledger of the database.

Configure

This MQS is configured using environment variables. 

KAFKA_SERVERS=127.0.0.1:19092,127.0.0.1:29092,127.0.0.1:39092
KAFKA_GROUP_ID=single-node-db

Or in the settings map

servers=127.0.0.1:19092,127.0.0.1:29092,127.0.0.1:39092
groupName=498yrhebfnsfhsdjfad



Local Repository