Write a way to optimize your Java app that migrates millions of records from MariaDB database to SOLR server ?
The integration flow contains the following components:
1-A simple java application, entry point for CLI Execution
2-A java class which acts as a rest client
3-A Servlet, which uses the service class
4-A service class which implements the reading of the records from MariaDB and Insert/Update into SOLR index.
The flow implemented is as follows:
Java App > Rest Client > Servlet > Service > DAO etc
o
need an explanation for this answer? contact us directly to get an explanation for this answer