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.

13 lines (11 loc) 273 B
const { decode, parse } = require('../v2/response') /** * SyncGroup Response (Version: 2) => throttle_time_ms error_code member_assignment * throttle_time_ms => INT32 * error_code => INT16 * member_assignment => BYTES */ module.exports = { decode, parse, }