summa 0.8.8

Fast full-text search server
1
2
3
4
5
6
7
8
9
10
---
layout: page
title: Kafka Consuming API
permalink: /kafka-consuming-api
---
## Consumer API
Summa can ingest documents through Kafka.
The core concept is Consumer that can be created through API. 
Consumer operated in a separate thread and transfers messages from Kafka topic into the selected index.
At the moment it is the most performant way to index large number of documents.