-
Notifications
You must be signed in to change notification settings - Fork 24
DOC-2684 feat(loading): new kafka data source; #807
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
b4eb2e6
DOC-2684 feat(loading): new kafka data source;
pingxieTG a9add33
update;
pingxieTG e984f6f
update;
pingxieTG a97ea4b
Merge branch '4.2' of github.com:tigergraph/server-docs into DOC-2684…
pingxieTG cf55cc8
Update modules/data-loading/pages/manage-data-source.adoc
pingxieTG 9322b19
Update modules/data-loading/partials/kafka/kafka-data-source-details.…
pingxieTG b4407c4
Update modules/data-loading/partials/kafka/kafka-data-source-details.…
pingxieTG 6671df0
Update modules/data-loading/partials/kafka/kafka-filename-details.adoc
pingxieTG 9c12300
Update modules/data-loading/partials/kafka/kafka-filename-details.adoc
pingxieTG File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
:toc: | ||
:toclevels: 4 | ||
= Load from External Kafka | ||
//:page-aliases: data-loading:kafka-loader:kafka-ssl-sasl.adoc | ||
|
||
|
||
include::partial$load-part1-intro-and-schema.adoc[] | ||
|
||
include::partial$load-part2-create-data-source.adoc[] | ||
|
||
// Custom data source content for <source type> | ||
include::partial$kafka-mm/kafka-data-source-details.adoc[] | ||
|
||
include::partial$load-part3-create-loading-job.adoc[] | ||
|
||
// Example loading job for <source type> | ||
include::partial$kafka-mm/kafka-example-loading-job.adoc[] | ||
|
||
include::partial$load-part3A-define-filenames.adoc[] | ||
|
||
// For <source type>, the following format rules apply for filenames. | ||
include::partial$kafka-mm/kafka-filename-details.adoc[] | ||
|
||
include::partial$load-part3B-specify-mapping.adoc[] | ||
|
||
// Custom data mapping notes for <source type> | ||
include::partial$kafka-mm/kafka-specify-mapping-details.adoc[] | ||
|
||
=== Avro Data Validation | ||
|
||
In certain scenarios, users could load data in Avro format to TigerGraph DB via an external Kafka connector, such as MirrorMakerConnector, and experience malformed data errors during this process. | ||
See our documentation on xref:tigergraph-server:data-loading:avro-validation-with-kafka.adoc[] for help. | ||
|
||
include::partial$load-part4-run-job.adoc[] | ||
|
||
// Custom notes about run loading for <source type> | ||
include::partial$kafka-mm/kafka-run-loading-details.adoc[] | ||
|
||
include::partial$load-part5-monitor-and-manage.adoc[] | ||
|
||
== Kafka Loader Auto-Restart | ||
|
||
See xref:tigergraph-server:cluster-and-ha-management:ha-overview.adoc#_support_file_and_kafka_loader_by_auto_restart[High Availability (HA) Overview]. | ||
|
||
include::partial$load-part6-known-issues.adoc[] | ||
|
||
// Custom known issues for <source type> |
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pingxieTG Why do you propose to remove this?
Does the loader HA working differently? Do the parameters mentioned in that section
(https://docs.tigergraph.com/tigergraph-server/4.1/cluster-and-ha-management/ha-overview#_file_and_kafka_loaders_ha_with_auto_restart) no longer apply?