N8n kafka trigger node execution stuck in running status

Describe the problem/error/question

i have a simple workflow, kafka trigger node → do nothing node.
using MAC OS Ventura 13.5, i have kafka installed via homebrew as service.
using built-in kafka console producer with command:

kafka-console-producer --topic kafka-deep-dive --bootstrap-server localhost:9092

just feeding a simple event copy/paste enter:

{“id”: 1}
{“id”: 1}
{“id”: 1}
{“id”: 1}
{“id”: 1}
{“id”: 1}
{“id”: 1}
{“id”: 1}

What is the error message (if any)?

when i do the copy-paste-enter quickly multiple times, sometimes executions get stuck with status running. i am assuming its not a n8n-gui related problem, i also checked with

select * from execution_entity ee where ee.“workflowId” = ‘9WaZ2DgfbBMoRGqI’ and ee.status <> ‘success’;

i can see executions with status running.

Any ideas ?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)


## Share the output returned by the last node
<!-- If you need help with data transformations, please also share your expected output. -->

## Information on your n8n setup
- **n8n version:** 1.8.2
- **Database (default: SQLite):** postgresql
- **n8n EXECUTIONS_PROCESS setting (default: own, main):** main
- **Running n8n via (Docker, npm, n8n cloud, desktop app):** npm
- **Operating system:** MAC OS 13.5
1 Like