Hi Anushum, Thanks for your reply. I looked at the PR you shared. It involves processing the MirroredSolrRequest .How is the solr request coming to primary solrcloud being intercepted and sent to Kafka , interested in this part. We can send the same solr request from application to kafka and mirror it in other DC. But from primary DC solrcloud if it gets sent to Kafka , any publish pipeline errors can be avoided.
Regards, Rajeswari On 7/16/21, 11:22 AM, "Anshum Gupta" <[email protected]> wrote: Hi Rajeswari, There's some effort around CDCR, and that would finally all be in the solr-sandbox (https://github.com/apache/solr-sandbox) repository . The intention is for the replacement CDCR mechanism to have its own release cadence and independent binary release. The dependency on Solr for the proposal I have isn't too much outside of SolrJ, those releases will most likely be not 100% related and planned together. My current draft is in my fork and currently evolving. It's based on something that we've been using at my workplace for a while now. The evolving draft can be found here: https://github.com/apache/solr-sandbox/pull/4/files Hope this helps. On Thu, Jul 15, 2021 at 9:02 AM Natarajan, Rajeswari <[email protected]> wrote: > Hi , > Saw in Solr Documentations that Solr community is working to identify the > best recommended replacement in time for 9.0. > What are the timelines for 9.0 release . We are currently using CDCR and > have now started looking at the alternatives. > > > Thanks, > Rajeswari > > -- Anshum Gupta
