RE: CDCR

2024-06-11 Thread Soundarya.Ganesan
Hi Eric, Thanks for your help. We dint get a chance to explore more on the other approaches. It will really helpful if you can help us on this version. Thanks, Soundarya -Original Message- From: Eric Pugh Sent: Tuesday, June 11, 2024 5:33 PM To: users@solr.apache.org Subject: Re

Re: CDCR

2024-06-11 Thread Eric Pugh
CDCR was deprecated and removed in Solr 9, there are some other approaches bubbling in the community, but unless you really *really* need it for 8x, I wouldn’t move forward with deploying it. > On Jun 11, 2024, at 3:42 AM, soundarya.gane...@cognizant.com.invalid > wrote: > > I have setup CDC

Re: CDCR deprecation

2023-04-28 Thread Justin Sweeney
Depends a bit on your tolerance for differences between clusters in the different data cents. The approach Matthew mentioned of two indexers, one in each datacenter works well. I've also in the past used the backup/restore functionality

Re: CDCR deprecation

2023-04-28 Thread Jan Høydahl
There is a new initiative being developed in sandbox at https://github.com/apache/solr-sandbox/blob/main/CROSSDC.md but I know nothing about it, how stable it may be, if it will ever reach GA release etc. Maybe others can chime in? Jan > 28. apr. 2023 kl. 12:11 skrev Gummadi, Ramesh > : > >

Re: CDCR deprecation

2023-04-28 Thread matthew sporleder
I always setup two indexers and just run each data center independently. I only want one replication stream (the database) to worry about. On Fri, Apr 28, 2023 at 6:12 AM Gummadi, Ramesh wrote: > > With CDCR deprecated in Solr 9, what other options are people using to > maintain a solr cluster

Re: CDCR replacement -- Timelines

2021-07-26 Thread Anshum Gupta
Hi Rajeswari, Not sure what's up with my mailbox, but this thread ends up in spam more often than not. You can certainly send the updates to a source topic, which can then be mirrored and replicated but would require external versioning. There are a few other challenges in that approach, but if y

Re: CDCR replacement -- Timelines

2021-07-26 Thread Natarajan, Rajeswari
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

Re: CDCR replacement -- Timelines

2021-07-16 Thread Natarajan, Rajeswari
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 m

Re: CDCR replacement -- Timelines

2021-07-16 Thread Anshum Gupta
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