Re: Wikiedit QuickStart with Kinesis

2016-09-01 Thread Foster, Craig
tp://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Wikiedit-QuickStart-with-Kinesis-tp8819p8840.html Sent from the Apache Flink User Mailing List archive. mailing list archive at Nabble.com.

Re: Wikiedit QuickStart with Kinesis

2016-09-01 Thread Tzu-Li Tai
n’t be a problem decoding them (the FlinkKinesisConsumer uses a class from KCL to help decode aggregated records sent by KPL). Let me know if you bump into any other problems ;) Regards, Gordon -- View this message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Wik

Re: Wikiedit QuickStart with Kinesis

2016-09-01 Thread Foster, Craig
r. From: "Tzu-Li (Gordon) Tai" Reply-To: "user@flink.apache.org" Date: Thursday, September 1, 2016 at 2:25 AM To: "user@flink.apache.org" Subject: Re: Wikiedit QuickStart with Kinesis Hi Craig, I’ve just run a simple test on this and there should be no problem. W

Re: Wikiedit QuickStart with Kinesis

2016-09-01 Thread Tzu-Li (Gordon) Tai
Hi Craig, I’ve just run a simple test on this and there should be no problem. What Flink version were you using (the archetype version used with the Flink Quickstart Maven Archetype)? Also, on which branch / commit was the Kinesis connector built? Seeing that you’ve used the “AUTO” credentials

Wikiedit QuickStart with Kinesis

2016-08-31 Thread Foster, Craig
Hi: I am using the following WikiEdit example: https://ci.apache.org/projects/flink/flink-docs-master/quickstart/run_example_quickstart.html It works when printing the contents to a file or stdout. But I wanted to modify it to use Kinesis instead of Kafka. So instead of the Kafka part, I put: P