feat: add KafScale onboarding examples (E10-E50) and developer guide#130
Merged
novatechflow merged 2 commits intoKafScale:mainfrom Mar 3, 2026
Merged
feat: add KafScale onboarding examples (E10-E50) and developer guide#130novatechflow merged 2 commits intoKafScale:mainfrom
novatechflow merged 2 commits intoKafScale:mainfrom
Conversation
Progressive tutorial collection for new KafScale users: - E10: Pure Java Kafka client (produce/consume basics) - E20: Spring Boot REST API with KafScale backend - E30: Apache Flink streaming word count (3 deployment modes) - E40: Apache Spark structured streaming word count - E50: JavaScript/Node.js client with web UI and agent integration - 101: 8-chapter developer guide covering all examples All files include Apache 2.0 license headers. Build artifacts (target/, node_modules/, dependency-reduced-pom.xml, package-lock.json) excluded from tracking. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
kamir
added a commit
to kamir/kafscale
that referenced
this pull request
Mar 3, 2026
Single-page guide covering the E10–E50 progressive tutorial path and 101 developer guide. Adds entry to docs index page. Companion to PR KafScale#130 (code examples on main). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
8 tasks
- Replace innerHTML with DOM construction to prevent XSS (app.js) - Validate lane names against allowlist to prevent property injection - Sanitize log output to prevent log injection from server messages - Remove unused variables (app, response) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
novatechflow
approved these changes
Mar 3, 2026
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.
Summary
101_kafscale-dev-guide) covering all examplesExamples added
Verification
python3 hack/check_license_headers.pypassestarget/,node_modules/,.class,.jar)git diff --stat upstream/mainshows onlyexamples/files (70 files)Test plan
cd examples/E{10,20,30,40}_*/ && mvn clean packagecd examples/E50_JS-kafscale-demo/ && npm install🤖 Generated with Claude Code