rtd-kafka icon indicating copy to clipboard operation
rtd-kafka copied to clipboard

Request

Open asgamb opened this issue 4 years ago • 1 comments

Hello,

I'm new to this topic and I'm trying to learn something about kafka streams. First of all thank a lot for the nice library, well explained in the related youtube video.

I'm trying to replicate your application in my environment. I'm able to compile with mvn, but it is missing the BusPosition class (in the package io.woolford.rtd). Do I need other tools other than kafka active? Thanks for the feedback

asgamb avatar Mar 13 '20 09:03 asgamb

I just saw this 257-day old post. Sorry I missed it.

To build the BusPosition Avro object, you need to run mvn generate-sources, and then you should be able to build the project. I'll add it to the README.

alexwoolford avatar Nov 26 '20 00:11 alexwoolford