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

Support asynchronous aggregate queries #35

Open
daniel-siegmann-aol opened this issue Jun 15, 2015 · 2 comments
Open

Support asynchronous aggregate queries #35

daniel-siegmann-aol opened this issue Jun 15, 2015 · 2 comments

Comments

@daniel-siegmann-aol
Copy link

It would be very helpful to have an asynchronous equivalent to AerospikeClient.queryAggregate(). This feature gap prevents the use of AsyncClient in applications which require aggregation.

@BrianNichols
Copy link
Member

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.

@daniel-siegmann-aol
Copy link
Author

However, an application which needs to make asynchronous calls to queryAggregate() will need to have its own support for performing async operations. At that point, is there any advantage to using the internal Aerospike support for async operations? Seems like it would be better for the application to just keep things consistent and use the same async framework everywhere.

In any case, not the end of the world, but it would be beneficial if this gap could be closed.

ijusti pushed a commit to ijusti/aerospike-client-java that referenced this issue Mar 28, 2023
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).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants