-
Notifications
You must be signed in to change notification settings - Fork 544
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ingest: manually create Kafka topic instead of configuring num.partit…
…ions (#10101) * ingest: don't fail on missing topics, run in e2e tests This PR does three things: 1. handles unknown topic/partition errors when seeking to the right offset when starting concurrentFetchers. 2. handles unknown topic/partition errors when getting the topic ID when starting concurrentFetchers 3. enables concurrent fetching and ingestion in e2e tests Signed-off-by: Dimitar Dimitrov <[email protected]> * Create topic instead of relying on num.partitions Signed-off-by: Dimitar Dimitrov <[email protected]> * Fix comment Signed-off-by: Dimitar Dimitrov <[email protected]> * Remove auto-create client config Signed-off-by: Dimitar Dimitrov <[email protected]> * Update config descriptors Signed-off-by: Dimitar Dimitrov <[email protected]> * Revert "Remove auto-create client config" This reverts commit 98a542c. * Reapply "Remove auto-create client config" This reverts commit 3eb78b1. * Add lint rule Signed-off-by: Dimitar Dimitrov <[email protected]> * Export createTopic Signed-off-by: Dimitar Dimitrov <[email protected]> * Remove other uses of AllowAutoTopicCreation Signed-off-by: Dimitar Dimitrov <[email protected]> --------- Signed-off-by: Dimitar Dimitrov <[email protected]>
- Loading branch information
1 parent
1bf2549
commit 36da907
Showing
15 changed files
with
147 additions
and
95 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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 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 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 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 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 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 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.