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.

4 lines (2 loc) 129 B
const requestV0 = require('../v0/request') module.exports = ({ mechanism }) => ({ ...requestV0({ mechanism }), apiVersion: 1 })