Skip to content

4.x: drop ResolverProviderTest in favor of org.burningwave.tools.net.HostResolutionRequestInterceptor #351

@dkropachev

Description

@dkropachev

At #332 we have introduced a ResolverProvider to scylla-4.x that allows us to hook to dns resolution logic in the driver.

At #344 @Bouncheck found better solution (org.burningwave.tools.net.HostResolutionRequestInterceptor) to do that we exact same limitations, and it does not need hooking to driver code to achieve that.

So, let's drop ResolverProvider on scylla-4.x and use org.burningwave instead, all the tests stays in the code.
It worth to mention that org.burningwave.tools.net.HostResolutionRequestInterceptor works just fine on java-11, so it is a "future proof".

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions