Skip to content

Conversation

@Ishiihara
Copy link
Contributor

No description provided.

docs/conf.py Outdated
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like these versions mismatch? major.minor should match, the remaining .patch-SNAPSHOT could possibly differ.

* **Batching and Pipelining**: The connector supports batching and pipelined writing to Elasticsearch.
It accumulates messages in batches and allows concurrent processing of multiple batches.

* **Delivery Ordering**: When pipelining is turned off, the connector supports ordering of delivery

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why does this matter? Does Elastic maintain some kind of insert-order on docs? When would ordering of messages be useful? Perhaps you have an example you can illustrate with?

@Ishiihara
Copy link
Contributor Author

@ewencp Add more docs. PTAL. Thanks!

(`use cases <https://www.elastic.co/blog/found-uses-of-elasticsearch>`_). The connector covers
both the analytics and key-value store use cases. For the analytics use case,
each message is in Kafka is treated as an event and the connector uses ``topic+partition+offset``
as unique identifiers for events, which then converted to unique documents in Elasticsearch.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as unique identifiers -> as a unique identifier

1. The connector job that ingest data to the old indices continue writing to the old indices.
2. Create a new connector job that writes to new indices. This will copy both some old data and
new data to the new indices as long as the data is in Kafka.
4. Once the data in the old indices are moved to the new indices by the reindexing process, we
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing # 3.

@ewencp
Copy link
Contributor

ewencp commented Jul 14, 2016

@Ishiihara Looks good, there's a few cleanups but LGTM.

@Ishiihara Ishiihara changed the title [WIP] Add documentation Add documentation Jul 15, 2016
@Ishiihara Ishiihara merged commit 7bee3d4 into master Jul 15, 2016
@Ishiihara Ishiihara deleted the doc branch July 15, 2016 23:42
sp-gupta added a commit that referenced this pull request Aug 6, 2024
sp-gupta added a commit that referenced this pull request Aug 6, 2024
Update eclipse parsson version (#4)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants