-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Adding Solr Scaler for KEDA #4234
Comments
The last update of the package is a concern though; are there no other Go packages dor this? |
I share this concern. Or is there any other way how to communicate with Solr? Some Rest API? |
I checked again and I can do it with Rest API. Can you assign me to this? |
Certainly - Good alternative! |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed due to inactivity. |
Proposal
I'd like to contribute to KEDA by adding a scaler for Solr.
Scaler Source
Solr
Scaling Mechanics
Scale based on query from Solr
Authentication Source
Authentication in the form of username and password
Anything else?
I'd like to create a Solr scaler. I would like to mention what i did before i started creating this scaler:
I am thinking of using this library when creating the scaler: ( https://pkg.go.dev/github.com/vanng822/go-solr/solr)
Is there any problem if i use this library. (last updated 2020)
The text was updated successfully, but these errors were encountered: