mirror of
https://github.com/vxcontrol/soldr-modules.git
synced 2026-07-19 13:33:58 -04:00
[PR #29] New module: kafka #31
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vxcontrol/soldr-modules/pull/29
Author: @souz9
Created: 12/16/2022
Status: 🔄 Open
Base:
master← Head:kafka📝 Commits (5)
e303eeeNew module: kafka6c2e287kafka: sync with 1.2.0d2915c0kafka: sync with 1.3.0370bab3kafka: sync with 1.4.01119e21kafka: sync📊 Changes
28 files changed (+1082 additions, -0 deletions)
View changed files
➕
kafka/1.0.0/Makefile(+6 -0)➕
kafka/1.0.0/bmodule/main.vue(+158 -0)➕
kafka/1.0.0/cmodule/args.json(+1 -0)➕
kafka/1.0.0/cmodule/main.lua(+33 -0)➕
kafka/1.0.0/config/action_config_schema.json(+38 -0)➕
kafka/1.0.0/config/changelog.json(+62 -0)➕
kafka/1.0.0/config/config_schema.json(+107 -0)➕
kafka/1.0.0/config/current_action_config.json(+6 -0)➕
kafka/1.0.0/config/current_config.json(+11 -0)➕
kafka/1.0.0/config/current_event_config.json(+1 -0)➕
kafka/1.0.0/config/default_action_config.json(+6 -0)➕
kafka/1.0.0/config/default_config.json(+11 -0)➕
kafka/1.0.0/config/default_event_config.json(+1 -0)➕
kafka/1.0.0/config/dynamic_dependencies.json(+1 -0)➕
kafka/1.0.0/config/event_config_schema.json(+6 -0)➕
kafka/1.0.0/config/fields_schema.json(+6 -0)➕
kafka/1.0.0/config/info.json(+29 -0)➕
kafka/1.0.0/config/locale.json(+124 -0)➕
kafka/1.0.0/config/static_dependencies.json(+1 -0)➕
kafka/1.0.0/docker-compose.yml(+23 -0)...and 8 more files
📄 Description
The module is delivered with a precompiled version of librdkafka.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.