5 commented on code in PR #204: URL: https://github.com/apache/cassandra-sidecar/pull/204#discussion_r1999648492
########## server/src/main/java/org/apache/cassandra/sidecar/datahub/IdentifiersProvider.java: ########## @@ -42,7 +43,26 @@ public abstract class IdentifiersProvider protected static final String DATA_PLATFORM_INSTANCE = "dataPlatformInstance"; protected static final String CONTAINER = "container"; protected static final String DATASET = "dataset"; - protected static final String PROD = "PROD"; // DataHub requires this to be {@code PROD} regardless + protected static final String PROD = "PROD"; // DataHub requires this to be {@code PROD} + + protected static final ToStringStyle STYLE = new ToStringStyle() + {{ Review Comment: That would be convenient, but I can't locate the `withUseShortClassName`; am I using an older version of the library? -- 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