Skip to content

Support for connecting to a Kafka Cluster with SSL certificates.

License

Notifications You must be signed in to change notification settings

Agilefreaks/n8n-nodes-kafka-ssl

Repository files navigation

n8n-nodes-kafka-ssl

This repo adds support for connecting to a Kafka Cluster with SSL certificates.

Setup

Use visual studio code for best experience.

  1. Clone this repository.
  2. Install node and npm. https://nodejs.org/en/download
  3. Install pnpm
npm i -g pnpm
  1. Install local package
pnpm install
  1. Build n8n
pnpm run build
  1. Run n8n in docker mode
  2. Configure n8n docker container to use this custom node. Add the following volume for n8n-main service
  volumes:
    - ~/n8n-nodes-kafka-ssl/dist:/home/node/.n8n/custom/node_modules/n8n-nodes-kafka-ssl

Development

  1. Make changes to nodes or credentials
  2. Delete compiled files
rm -rf dist
  1. Build packages and n8n
pnpm run build
  1. Restart n8n (make sure to be in n8n directory)
docker compose restart n8n-main

License

MIT

About

Support for connecting to a Kafka Cluster with SSL certificates.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published