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.

9 lines (6 loc) 209 B
const requestV1 = require('../v1/request') /** * Metadata Request (Version: 2) => [topics] * topics => STRING */ module.exports = ({ topics }) => Object.assign(requestV1({ topics }), { apiVersion: 2 })