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) 180 B
module.exports = { maxRetryTime: 30 * 1000, initialRetryTime: 300, factor: 0.2, // randomization factor multiplier: 2, // exponential factor retries: 5, // max retries }