Re: Structred Streaming Error

2019-05-22 Thread KhajaAsmath Mohammed
I was able to resolve the error. Initially I was giving custom name for subscribe but was giving topic name at topics options.Giving the same name at both places worked. I am confused now with the difference of giving value for topic and subsribe here. do you have any suggestions? reader.option

Re: Structred Streaming Error

2019-05-22 Thread Gabor Somogyi
Have you tried what the exception suggests? If startingOffsets contains specific offsets, you must specify all TopicPartitions. BR, G On Tue, May 21, 2019 at 9:16 PM KhajaAsmath Mohammed < mdkhajaasm...@gmail.com> wrote: > Hi, > > I am getting below errror when running sample strreaming app. d