Question

Not able to access more than one kafka topic

  • 20 July 2022
  • 1 reply
  • 67 views

Hi Team,

I am not able to access more than one kafka topic in multi topic consumer .

And also i am not access the local directory file path  in my local docker in windows version. 

I have created two topics  while i try preview the pipeline i am able to view only one kafka topic data and not able to see another kafka topic data 

 please some one help me in this. 

 

 


1 reply

Userlevel 4
Badge

Hi @vasanthi It seems you have clubbed multiple issue together. 

  1. unable to access local directory file path  in my local docker in windows version. : Does this file/path exist within docker container 
    Please verify this
    docker exec -it <contianer_id> /bin/bash
    ls -lrth /<$PATH>

     

  2. Kafka Issue: Are you getting this error while preview or while running this pipeline ? 

Also this error KAFKA_37 indicate the data format mismatch. What data format you have selected ?

 

To isolate the issue can you run Kafka Multitopic consumer against one topic

 Attempt 1: with Topic 1  ( and see if this works)

Attempt 2: with topic 2 ( and see if this works )

Reply