I am upgrading from driver 3.x to 4.x and I am using system property com.datastax.driver.CHECK_IO_DEADLOCKS=false in driver 3.x. However, I don't see any documentation about this property in driver 4.x.
So I am writing this post to ask 1) whether this property is still available and 2) what is the default behavior and how I could configure the driver to achieve the same behavior?