saurabhd336 opened a new pull request, #12276: URL: https://github.com/apache/pinot/pull/12276
Allow deterministic and sticky query routing selection based on a query option. This supports cases where users may want to ensure consistent view of the data segments across multiple queries (in case of realtime tables, essentially route to the same server for a consuming segments, avoiding data inconsistency issues). This is still a best effort implementation, and fallback to other servers is possible in case of a server being down. -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org