-
Notifications
You must be signed in to change notification settings - Fork 215
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
Support asynchronous aggregate queries #35
Comments
Although it would be desirable to support aggregation queries in asynchronous mode, AsyncClient does not prevent the use of queryAggregate(). AsyncClient inherits from AerospikeClient, so all synchronous functionality is available in AsyncClient. |
However, an application which needs to make asynchronous calls to In any case, not the end of the world, but it would be beneficial if this gap could be closed. |
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener). # Fixed URLs ## Fixed Success These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended. * [ ] http://www.apache.org/licenses/LICENSE-2.0 with 50 occurrences migrated to: https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
It would be very helpful to have an asynchronous equivalent to
AerospikeClient.queryAggregate()
. This feature gap prevents the use ofAsyncClient
in applications which require aggregation.The text was updated successfully, but these errors were encountered: