OpenSearch Ingestion Integration
Building a Scalable Search Architecture | Confluent

Building a Scalable Search Architecture | Confluent

6/18/2019 · Pere Urbón-Bayes

What this post added

This post details building a scalable search architecture using Kafka Connect with JDBC Source and Elasticsearch Sink connectors. It explains the challenges of using RDBMS for search, introduces Kafka as a middleware for scalability and flexibility, and outlines two Kafka Connect-based approaches for indexing pipelines. The JDBC connector section covers its modes of operation (incrementing, timestamp, combination, custom query, bulk import) and schema evolution with Schema Registry. The Elasticsearch connector section provides a basic configuration for indexing data from Kafka to Elasticsearch. It also discusses the importance of considering query performance for the JDBC connector and mapping strategies for Elasticsearch.

Read the original post ↗