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.

12 lines (10 loc) 223 B
const { parse, decode } = require('../v2/response') /** * Heartbeat Response (Version: 3) => throttle_time_ms error_code * throttle_time_ms => INT32 * error_code => INT16 */ module.exports = { decode, parse, }