frankgh commented on code in PR #227: URL: https://github.com/apache/cassandra-sidecar/pull/227#discussion_r2157415252
########## server/src/main/java/org/apache/cassandra/sidecar/config/yaml/ServiceConfigurationImpl.java: ########## @@ -149,6 +152,9 @@ public class ServiceConfigurationImpl implements ServiceConfiguration @JsonProperty(value = COORDINATION) protected final CoordinationConfiguration coordinationConfiguration; + @JsonProperty(value = DNS_RESOLVER_PROPERTY) + protected final DnsResolverEnum dnsResolver; Review Comment: The type here should be `DnsResolver` ```suggestion protected final DnsResolver dnsResolver; ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For additional commands, e-mail: pr-h...@cassandra.apache.org