Hi, i connected to broker and get all topic in Mqtt Engine . all payload in Gzip format. what's the best approach to consume it as Tags in Ignition. didn't work before with gZip
Ewww! They're all stringified, which corrupts the gzip encoding. If you can grab uncorrupted byte arrays, you can script the decode with Java's GZIPInputStream.
Failed to decode after getting data through MQTT engine.
One of my colleagues read data direct from broker bypass ignition and able to convert it to JSON
Need more dive in MQTT engine