[PR #29] New module: kafka #31

Open
opened 2026-06-06 22:10:44 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vxcontrol/soldr-modules/pull/29
Author: @souz9
Created: 12/16/2022
Status: 🔄 Open

Base: masterHead: kafka


📝 Commits (5)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/vxcontrol/soldr-modules/pull/29 **Author:** [@souz9](https://github.com/souz9) **Created:** 12/16/2022 **Status:** 🔄 Open **Base:** `master` ← **Head:** `kafka` --- ### 📝 Commits (5) - [`e303eee`](https://github.com/vxcontrol/soldr-modules/commit/e303eee4b98bdcbb411cc8783c984ca8710f3983) New module: kafka - [`6c2e287`](https://github.com/vxcontrol/soldr-modules/commit/6c2e2879e56f9dfd9b02514be477c36398c88764) kafka: sync with 1.2.0 - [`d2915c0`](https://github.com/vxcontrol/soldr-modules/commit/d2915c0f17f77cf60949452bd1a8b39d57c0fded) kafka: sync with 1.3.0 - [`370bab3`](https://github.com/vxcontrol/soldr-modules/commit/370bab3c571fcd339efe2c4475ec0a9c72812df6) kafka: sync with 1.4.0 - [`1119e21`](https://github.com/vxcontrol/soldr-modules/commit/1119e21fdeaa895e9bac8e75a717ae251c051f29) kafka: sync ### 📊 Changes **28 files changed** (+1082 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `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_ </details> ### 📄 Description The module is delivered with a precompiled version of librdkafka. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-06 22:10:44 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: vxcontrol/soldr-modules#31