Any example for the above would be appreciated. Thanks
On Wed, Mar 22, 2017 at 2:50 PM, Shanthi Nellaiappan
wrote:
> Thanks for the info.
> With "page2",{"user":"2", "page":"22", "timestamp":143527817} as input
> for str
oducer.
>
> Example:
>
> $ bin/kafka-console-producer --broker-list localhost:9092 \
> --topic streams-userprofile-input \
> --property parse.key=true \
> --property key.separator=,
a-console-producer --broker-list localhost:9092 \
> --topic streams-userprofile-input \
> --property parse.key=true \
> --property key.separator=,
>
> firstUser,firstValue
> secondUser,seco
I have started exploring kafka streaming API. I'm trying to run
PageViewTypedDemo program as it is without any changes locally on a
desktop. Current kafka version is 0.10.1.0.
With the following inputs from 2 different console,
bin/kafka-console-producer.sh --broker-list localhost:9092 --topic
s