aho135 commented on code in PR #19069:
URL: https://github.com/apache/druid/pull/19069#discussion_r2881517379
##########
web-console/src/entry.tsx:
##########
@@ -70,6 +70,10 @@ interface ConsoleConfig {
// Allow for namespacing the local storage in case multiple clusters share a
URL due to proxying
localStorageNamespace?: string;
+
+ // Broker service name to use for all console SQL queries (for tier
isolation)
+ // This injects "brokerService" into the query context for routing via the
manual strategy
+ consoleBrokerService?: string;
Review Comment:
Thanks for the review @abhishekrb19!
Yeah the `console-config.js` is persistent via the build, so overriding per
environment is not possible. For our own use case this would still be fine,
since it would fall back to the default druid/broker if the configured
brokerService doesn't exist. Let me take a look at `web-console-config.tsx`
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]