intigration commented on issue #4140: URL: https://github.com/apache/streampipes/issues/4140#issuecomment-3839327357
> > I am using the snapshot build, and problem with kafka connector in particular looks consistent with default flow to create kafka based adapter from streampipe UI client. This time I use different schema for the event, the transformation function is to append the timestamp property is unix format event['timestamp]'=Date.now() Attached is the exported zip. <img alt="Image" width="1713" height="911" src="https://private-user-images.githubusercontent.com/25178774/543426155-57279d46-9a0e-40bd-8957-528cf8f9e00c.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzAwNDE4MTIsIm5iZiI6MTc3MDA0MTUxMiwicGF0aCI6Ii8yNTE3ODc3NC81NDM0MjYxNTUtNTcyNzlkNDYtOWEwZS00MGJkLTg5NTctNTI4Y2Y4ZjllMDBjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjAyMDIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwMjAyVDE0MTE1MlomWC1BbXotRXhwaXJlcz0 zMDAmWC1BbXotU2lnbmF0dXJlPWQ2ZjZlNjY3YmY4YjU2YWYxNTdkYzEyZDk5ZDA0NGM4ZWM4MWIwYjE2MWFiNGQ5ODM5MmUzYmZhZjA5YjkxNmImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.GVlMRC2SVfgHuS1keJTqE4QZ1WYTcUlm9SF2JMh4sgs"> > > [data_export (6).zip](https://github.com/user-attachments/files/24992577/data_export.6.zip) > > Hi, > > thanks for the details. This helps a lot. > > Could you briefly describe your setup? From what I can see, it looks like you’re using the default installation with NATS as the broker. Is that correct? Thanks @tenthe for navigating into the further details. - Yes, the SP_PRIORITIZED_PROTOCOL was set to nats in compose project. > > I was also wondering whether you were able to see a sample event in the event preview. In your configuration, the broker is set to kafka. Did you start the Kafka broker via Docker Compose, and is that the broker where the Kafka messages are actually being sent? - Kafka was an external service, and not the part of steampipe cluster, yes in my scenario this is the broker where the data is set . - I also checked by adding kafka within same compose setup. The result was same and doesn't get started. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
