Message Queue Service Types
Kafka Repository (Default)
Using Kafka cluster to keep the ledger of the database.
Configuration Path
com.nucleodb.library.mqs.kafka.KafkaConfiguration
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
Configuration Path
com.nucleodb.library.mqs.local.LocalConfiguration