united-manufacturing-hub / united-manufacturing-hub

The Open-Source toolkit to build your own reliable and secure Industrial IoT platform.
https://www.umh.app
Apache License 2.0
282 stars 47 forks source link

[Bug Report] kafka putback error #1627

Open krgrsebastian opened 1 year ago

krgrsebastian commented 1 year ago

Expected Behavior 🌈

write state messages into database

Current Behavior 💥

Getting putback error for no reason

image

united-manufacturing-hub-kafkatopostgresql-5c48cd7588-5qzlj.log

Relevant log output 📝

No response

Steps to Reproduce 🔍

topic: ia.factoryinsight.tulip.boston.state msg in Node-RED (I used a inject node with payload 10000): msg.payload = { "timestamp_ms": Date.now(), "state": parseInt(msg.payload), } return msg;

Context (Environment) 🌎

wanted to save state messages

Possible Solution 🛠️

No response

Version 📦

v0.4.x

Anything else? 📌

No response

krgrsebastian commented 1 year ago

P0001: RAISE EXCEPTION