Build Custom Connectors
Use these pages when you need a recipe for a specific execution type. Each page shows a manifest snippet and the matching SDK/SPI wiring. Built-in providers today: Kafka source/sink and HTTP sink; add others via the SPI.
- HTTP action
- JavaBean action/trigger
- Pipeline call action
- Webhook trigger
- Polling trigger
- Streaming trigger (source → sink)
- Timer trigger
If you are creating a new transport, start with the streaming page—it includes the provider/runtime skeletons and ServiceLoader registration steps.