aho135 commented on code in PR #19069:
URL: https://github.com/apache/druid/pull/19069#discussion_r2881812463


##########
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:
   <img width="505" height="299" alt="Image" 
src="https://github.com/user-attachments/assets/f48d8388-f7a9-4b83-b6b2-d9afb2c4c887";
 />
   
   I like this idea of adding it to the web-console-config. This uses the 
browser's local storage and persists through restarts



-- 
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]

Reply via email to