This message was deleted.
# general
s
This message was deleted.
s
Hi JP, I haven't used it but I am trying to understand it. Are these Native queries or SQL queries? I read this and this. Which leave me thinking that what you want only works with Native queries, from the docs:
Copy code
The broker service for a given SQL query is resolved using only the provided Router strategies. If not resolved using any of the strategies, the Router uses the defaultBrokerServiceName. This behavior is slightly different from native queries where the Router first tries to resolve the broker service using strategies, then load rules and finally using the defaultBrokerServiceName if still not resolved. When druid.router.sql.enable is set to false (default value), the Router uses the defaultBrokerServiceName.
I could be wrong.
j
I'm using sql queries. Yes looks like only works for native query. I thought it would be possible because druid translate sql to native query.
Thank s for the answer
s
I think it is The broker that does that translation,
j
Okay, learned a good thing. Thank you
👍 1