I am pretty sure I am doing something wrong here. Just that I do not understand why? I wrote a small program that reads messages from Kafka and prints it out. public class Main { When I run this program, I do not see any messages being read by the consumer. Things to note : 1. I ran kafka-console-consumer using the same Kafka parameters and saw continuous output. 2. My Gradle file has the following depencies : Can Someone please help ? |
Hi Sridhar Are you using ParameterTool to set the properties? I couldn't see it in your code, but you use it in the below line: FlinkKafkaConsumer010< Make sure that the correct properties are passed to FlinkKafkaConsumer. Best Ziyad Best Regards Ziyad Muhammed Mohiyudheen 407, Internationales Studienzentrum Berlin Theodor-Heuss-Platz 514052 Berlin Ph: <a href="tel:%2B49%20176%206587%203343" value="+4917665873343" style="color:rgb(17,85,204)" target="_blank">+49 176 6587 3343 Mail to: [hidden email] On Tue, Jul 11, 2017 at 9:12 AM, Sridhar Chellappa <[hidden email]> wrote:
|
Thanks Ziyad. That was a cut and paste error. Anyway, I figured out a solution to the issue. All of my Flink dependancies were pointing at 1.3.1. Pointing at 1.3.0 resolved the issue. On Wed, Jul 12, 2017 at 2:17 AM, Ziyad Muhammed <[hidden email]> wrote:
|
Free forum by Nabble | Edit this page |