tenthe opened a new issue, #4139: URL: https://github.com/apache/streampipes/issues/4139
### Body **Problem** A StreamPipes Adapter requires a sample event from the data source to infer the event schema. **Issue** While this works in most cases, broker-based data sources can make this difficult when no events are currently available or events are published at a very low frequency. **Proposed Improvement** Provide an option for users to manually upload a sample event during adapter creation. The uploaded sample must match the structure of the events that will be received later and should be used to infer the schema. ### StreamPipes Committer I acknowledge that I am a maintainer/committer of the Apache StreamPipes project. -- 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]
