-
Notifications
You must be signed in to change notification settings - Fork 793
Keda Connectors #1663
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@therahulbhati Once your Keda integration is in - maybe a simple guide to writing a connector in this issue would be helpful for new contributors. You can take the example of Kafka or RabbitMQ connector and explain! |
Sure @vishal-biyani will do that. |
Yes please, I need also MQTT |
Connector Development GuideThe job of the connector is to read messages from the topic, invoke fission function, and write response or error in the respective queues. Following are steps required to write a connector:
Refer to Apache Kafka connecter for more implementation details. |
Closing this issue here as Keda-Connectors will be tracked in their own repo. |
As part of the PR #1657 - the Keda integration is in place (Solves #1565).
The initial PR had Kafka connector only and the following connectors need to be developed. The connectors are generic and are maintained in the https://github.com/fission/keda-connectors repo.
Instead of creating one issue for each connector, this issue will act as a single place to track all connectors and PRs can be linked as contributions come in.
The text was updated successfully, but these errors were encountered: