Open krgrsebastian opened 1 year ago
write state messages into database
Getting putback error for no reason
united-manufacturing-hub-kafkatopostgresql-5c48cd7588-5qzlj.log
No response
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;
wanted to save state messages
v0.4.x
P0001: RAISE EXCEPTION
Expected Behavior 🌈
write state messages into database
Current Behavior 💥
Getting putback error for no reason
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