You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add .getExecutionInfo() and executionInfo.getQueryTrace() on Alpakka Cassandra
Hi, I want to use .getExecutionInfo() and executionInfo.getQueryTrace() to trace my query execution and view Cassandra's execution plan and logical plans in my application (debug mode).
Details
I keep searching and find nothing in the documentation or on the internet. I found that DataStax has these two functions to see query tracing for debugging, but Alpakka Cassandra does not. Please add these functions and other DataStax APIs to Alpakka, specifically for streams. Thanks.
The text was updated successfully, but these errors were encountered:
Add .getExecutionInfo() and executionInfo.getQueryTrace() on Alpakka Cassandra
Hi, I want to use .getExecutionInfo() and executionInfo.getQueryTrace() to trace my query execution and view Cassandra's execution plan and logical plans in my application (debug mode).
Details
I keep searching and find nothing in the documentation or on the internet. I found that DataStax has these two functions to see query tracing for debugging, but Alpakka Cassandra does not. Please add these functions and other DataStax APIs to Alpakka, specifically for streams. Thanks.
The text was updated successfully, but these errors were encountered: