Docs: Splits Kafka topic. Adds detailed example for kafka inputFormat#11912
Merged
techdocsmith merged 7 commits intoapache:masterfrom Nov 12, 2021
Merged
Docs: Splits Kafka topic. Adds detailed example for kafka inputFormat#11912techdocsmith merged 7 commits intoapache:masterfrom
techdocsmith merged 7 commits intoapache:masterfrom
Conversation
7c7376b to
022f162
Compare
022f162 to
58f1534
Compare
58f1534 to
e451205
Compare
ektravel
reviewed
Nov 11, 2021
loquisgon
reviewed
Nov 11, 2021
sthetland
requested changes
Nov 11, 2021
sthetland
left a comment
There was a problem hiding this comment.
I like how it's broken out and how the main kafka-ingestion page looks more procedural. A big improvement. Some comments and suggestions below.
ektravel
approved these changes
Nov 11, 2021
Contributor
ektravel
left a comment
There was a problem hiding this comment.
Added some suggestions.
loquisgon
requested changes
Nov 11, 2021
accept suggestions from review Co-authored-by: sthetland <steve.hetland@imply.io> Co-authored-by: Katya Macedo <38017980+ektravel@users.noreply.github.com>
accept suggestions Co-authored-by: sthetland <steve.hetland@imply.io> Co-authored-by: Katya Macedo <38017980+ektravel@users.noreply.github.com>
loquisgon
approved these changes
Nov 12, 2021
9 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR breaks down the Kafka topic into three functional areas:
Apache Kafka ingestion: Overview, instructions, and examples
Kafka supervisor spec reference: Details for all the fields in the supervisor spec
Kafka supervisor operations reference: Details on how to keep the supervisor healthy and running
It adds an example of the
kafkainput type.cc: @lokesh-lingarajan
This PR has: