Is this your first time deploying Airbyte?: Yes 
OS Version / Instance: Debian 
Memory / Disk: 4GB / 50GB 
Deployment: Docker 
Airbyte Version: 0.36.1-alpha 
Source name/version: Kafka 0.1.5 
Destination name/version: BigQuery (denormalized typed struct) 0.3.3 
Step: Sync 
 
When setting up my Kafka source all tests pass successfully, however when launch a sync to BigQuery, it reads 0 messages.
My sysAdmin tells me he’s not seeing any consumer connected to Kafka so I’m not sure how to troubleshoot it.
I tried to no avail :
switching Auto Offset Reset  from latest to earliest
 
adding a test topic
 
sending data to a different destination (Local CSV instead of BigQuery) in case the issue was with the Kafka-BigQuery sync 
 
Here’s the latest logs if they can help with anything.
logs-672.txt  (20.2 KB)
Thanks!
             
            
               
               
               
            
            
           
          
            
            
              Hey @Xavier  Rosee, 
I found a similar issue on our GitHub repo. Could you please share your logs there too?
My sysAdmin tells me he’s not seeing any consumer connected to Kafka so I’m not sure how to troubleshoot it.
 
Does this happen on your test topic too? 
Are you sure your consumer has the right set of permissions to read the topic?
             
            
               
               
               
            
            
           
          
            
            
              Hi @alafanechere  ,
I’ll share my logs on the github issue as well.
My sysadmin sees data exchanged from Airbyte and Kafka, but has a few questions to help troubleshoot…
Could you please let me know :
what the minimum version supported for inter.broker.protocol.version (we’re using 0.10.2) and log.message.format.version (we’re on 0.10.2) 
when the doc states that Airbyte requires A Kafka cluster 1.0 or above we’re talking about the release version? we’re using 1.1.1 and 2.5.1 
 
Thanks!
             
            
               
               
               
            
            
           
          
            
            
              Hi @alafanechere ,
My sysadmin told me they could set up a new kafka cluster replicating the topic I’m interested in, however we have a couple questions to make sure it’s the best solution:
what the minimum version supported for inter.broker.protocol.version (we’re using 0.10.2) and log.message.format.version (we’re on 0.10.2) 
when the doc states that Airbyte requires A Kafka cluster 1.0 or above we’re talking about the release version? we’re using 1.1.1 and 2.5.1 
are there any plans to add a streaming capability to airbyte ? for my current use case I can make do with batch every 5 minutes, but in the long run I4d love to get immediate forwarding of our kafka messages in the warehouse. 
 
Thanks a lot and apologies in advance if I’m nudging too much.
             
            
               
               
               
            
            
           
          
            
            
              Hi,
I’ve got the same problem with Kafka source. 
Here is the link to GitHub issue, no progress yet.
  
  
    
  
  
    
    
      
        opened 03:52PM - 17 Dec 21 UTC 
      
      
     
    
        
          type/bug
         
        
          area/connectors
         
        
          community
         
        
          area/databases
         
        
          connectors/source/kafka
         
        
          connectors/sources-streaming system
         
        
          team/databases
         
        
          autoteam
         
    
   
 
  
    Hello to everyone!
When sending data from apache kafka to BigQuery the data is … not being sent for some reason but tables are created in BigQuery
<img width="940" alt="2021-12-17_10h47_05" src="https://user-images.githubusercontent.com/36244631/146571705-fba72def-23ce-4569-bece-8378e68bdda2.png">
This is the log error
<img width="960" alt="2021-12-17_10h40_38" src="https://user-images.githubusercontent.com/36244631/146570684-d27af1e9-d5b0-4293-9d35-a66fca3b6e7d.png">
I read the documentation and I couldn't find the solution
Does anyone know how to solve this or what would be the correct configuration? 
   
   
  
    
    
  
  
 
             
            
               
               
               
            
            
           
          
            
            
              A workaround  was shared on the issue, please give it a try.