You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Warp 10 users
I have continued my research and unfortunately it appears Kinesis Data Firehose will not do the work as it is not process data in real time. It processes data every 60s which is not enough for my use case.
Still looking for a solution, if you have an idea please share! :)
mathias....@gmail.com
unread,
Aug 28, 2020, 8:02:23 AM8/28/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Warp 10 users
Warp 10 has plugins for consuming data from an MQTT or Kafka message broker, if such protocol is not an option for the data flowing through Kinesis then maybe you can create a Kinesis plugin using the Java SDK (https://docs.aws.amazon.com/streams/latest/dev/developing-consumers-with-sdk.html), it would probably be rather simple to do following the same logic present in the MQTT or Kafka plugins.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Warp 10 users
Thank you Mathias for this.
While looking around, I've stumbled upon Telegraf (an agent for collecting, processing, aggregating, and writing metrics) that has a Kinesis input plugin and a Warp 10 outplut plugin. If you have any comment on this solution, I'll happily hear it!
Thanks again!
Adam
mathias....@gmail.com
unread,
Aug 31, 2020, 7:04:30 PM8/31/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Warp 10 users
I do not know how Telegraf handles the consumption of messages from Kinesis and notably how it would decode the payloads, but I guess if it can be configured correctly then it would work.