GitHub user tenthe added a comment to the discussion: Connect Library Refactoring: Introducing Function Transformation Step For Adapter Creation
I have identified two adapters where the migration path is **not straightforward** and will require substantial additional effort: 1. **`ImageStreamAdapter`**: Used for replaying images uploaded via a ZIP file. 2. **`HttpServerProtocol`**: An endpoint used to `POST` events to the system. # Key Questions for Discussion My questions are centered on the necessity and migration strategy for these two components: * **Are both adapters still actively in use?** * The **`ImageStreamAdapter`** is primarily for **testing purposes**. Is it still required, or can we remove it? * Regarding the **`HttpServerProtocol`**: * Do we need to implement an **automatic migration** for this adapter, or can we rely on a **manual migration** for users? * It would be valuable to understand **how the community currently uses this adapter** to assess required configurations for the migration. @obermeier, I would appreciate your thoughts on these points. GitHub link: https://github.com/apache/streampipes/discussions/4048#discussioncomment-15269663 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
