MongoDB JDBC Driver ignores readPreferenceTags field

Hey, I am working with the MongoDB JDBC Driver to execute Queries against the analytics nodes of my cluster. However, it seems like the cluster does not honor my readPreferenceTags=nodeType:ANALYTICS tag in the connection string when I set it.

I already created an Issue in the github of the corresponding driver: BUG: readPreferenceTag for analytics nodes in connection string is ignored · Issue #362 · mongodb/mongo-jdbc-driver · GitHub

And also found a similar problem, even though it does not use the exact same tag I am using, and also uses a different driver: Why driver ignores the readPreference set by the application?

Do you have an idea on how to resolve it, or can you confirm, that it is indeed a bug?