Update Kafka event pipeline sample project link to the new repository path#175
Update Kafka event pipeline sample project link to the new repository path#175Sachindu-Nethmin wants to merge 3 commits intowso2:mainfrom
Conversation
|
Note
|
| Check name | Status | Explanation |
|---|---|---|
| Title check | ✅ Passed | The title accurately summarizes the main change: updating a broken Kafka event pipeline sample project link to the new repository path. |
| Linked Issues check | ✅ Passed | The PR successfully addresses the requirement from issue #170 by correcting the invalid sample URL in the Kafka documentation to point to the correct repository path. |
| Out of Scope Changes check | ✅ Passed | All changes are directly scoped to resolving the broken link issue; no unrelated modifications are present in the pull request. |
| Docstring Coverage | ✅ Passed | No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. |
| Description check | ✅ Passed | The PR description comprehensively follows the required template with all major sections completed including Purpose, Goals, Approach, User Stories, Release Note, and Documentation sections. |
✏️ Tip: You can configure your own custom pre-merge checks in the settings.
✨ Finishing Touches
🧪 Generate unit tests (beta)
- Create PR with unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.
Comment @coderabbitai help to get the list of available commands and usage tips.
|
|
||
| Find the complete working project on GitHub: | ||
| [wso2/integrator-samples/kafka-event-pipeline](https://github.com/wso2/integrator-samples/tree/main/kafka-event-pipeline) | ||
| [wso2/integration-samples/integrator-mi-profile/KafkaConsumerAndProducer](https://github.com/wso2/integration-samples/tree/main/integrator-mi-profile/KafkaConsumerAndProducer) |
There was a problem hiding this comment.
Why listing MI sample here? Shouldn't it be Ballerina/Default profile sample?
There was a problem hiding this comment.
Purpose
The GitHub link to the sample source code in the Kafka event pipeline tutorial was broken (returning a 404 error). This PR updates the link to the correct repository path in the
wso2/integration-samplesrepository.fixes #170
Goals
Approach
Updated the source code URL in
en/docs/tutorials/kafka-event-pipeline.mdfromwso2/integrator-samples/tree/main/kafka-event-pipelinetowso2/integration-samples/tree/main/integrator-default-profile/connectors/kafka_consumer_connector_sample.User stories
As a developer following the "Kafka Event Processing Pipeline" tutorial, I want to be able to download and refer to the full source code on GitHub so that I can easily try out the sample locally.
Release note
Fixed the broken GitHub source code link in the Kafka Event Processing Pipeline tutorial.
Documentation
N/A (This is a documentation fix itself).
Training
N/A
Certification
N/A
Marketing
N/A
Automation tests
Security checks
Samples
Updated link to the
kafka_consumer_connector_samplesample in thewso2/integration-samplesrepository.Related PRs
N/A
Migrations (if applicable)
N/A
Test environment
Verified that the new link correctly redirects to the intended sample project on GitHub.
Learning
Verified the correct location of the sample project within the newly structured
wso2/integration-samplesrepository.