Skip to content
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

MySQL Http Connector #19

Open
vishal-biyani opened this issue Aug 13, 2020 · 1 comment
Open

MySQL Http Connector #19

vishal-biyani opened this issue Aug 13, 2020 · 1 comment

Comments

@vishal-biyani
Copy link
Member

CC: fission/fission#1663

@vishal-biyani vishal-biyani changed the title MySql Http Connector MySQL Http Connector Aug 13, 2020
@vishal-biyani vishal-biyani added good first issue Good for newcomers and removed good first issue Good for newcomers labels Sep 23, 2020
@vishal-biyani
Copy link
Member Author

As per documentation, Apache MySQL Keda Scaler is used to query a specific table of a MySQL table. The value queried is used to scale a target worker pod.

Unlike a message queue - there is no specific message to be consumed with MySQL Keda Scaler. The logic of what to do in a worker depends on the use case and hard to make very generic except for a small subset of use case. We could do something like query a row from a table, convert that to JSON and post to an HTTP endpoint but I am skeptical of how generic that can be made.

At this moment I can't think of a strong use case for this but if someone has an interesting use case, we can take this up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants