UNPKG

@dtu-olp-2024/kafka-nocobase

Version:

A NocoBase plugin for Apache Kafka integration, supporting message publishing, topic management, and event-driven workflows. Built for the DTU GreenHope project.

8 lines (7 loc) 178 B
module.exports = { maxRetryTime: 1000, initialRetryTime: 50, factor: 0.02, // randomization factor multiplier: 1.5, // exponential factor retries: 15, // max retries }