Is it possible to make asynchronous calls to a stored procedure in VoltDB (an insert in a custom Java Stored procedure) using the Python client?
It looks like it isn't supported but is there a way to not wait for the response, or will I have to move to the Java client for async support?