question

praveenkg avatar image
praveenkg asked Erick Ramirez edited

Is it necessary to set DefaultRetryPolicy in the CQLSession object?

Default retry policy, will be applied to CQLSession if we didn't set the below property .withString(DefaultDriverOption.RETRY_POLICY, "DefaultRetryPolicy")

or we need to set it while creating CQLSession?

java driver
10 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

1 Answer

alexandre.dutra avatar image
alexandre.dutra answered

You don't need to specify anything if you plan to use the default retry policy.

Share
10 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.