feat: Large File Support — proxy, operator, SDKs, and demos#128
Closed
kamir wants to merge 34 commits intoKafScale:mainfrom
Closed
feat: Large File Support — proxy, operator, SDKs, and demos#128kamir wants to merge 34 commits intoKafScale:mainfrom
kamir wants to merge 34 commits intoKafScale:mainfrom
Conversation
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
Complete LFS (Large File Support) subsystem for streaming large binary payloads through KafScale via S3-backed object storage with Kafka metadata references.
Core LFS Proxy (119 files)
cmd/lfs-proxy/) — HTTP upload/download, S3 backend, Kafka record publishing, Prometheus metrics, checksum verification, TLS/SASL support, OpenAPI specpkg/lfs/) — shared types, producer, consumer, resolver, envelope, and S3 client logicKafscaleClusterCRinternal/console/) — object/topic/orphan browsing handlerscmd/idoc-explode/) — SAP IDoc payload processing with field aggregation into routed parent segmentsClient SDKs & Demos (97 files)
Fixes included
timeimport inlfs_handlers.golfs-demo-medical.sh→medical-lfs-demo.sh)lfs_version→kfs_lfs)Fieldsmap for parent segment field aggregation*.meta→obj-*)Test plan
go vet ./...passesgo test -race ./...passesgo build ./cmd/lfs-proxypasseshack/check_license_headers.py)helm lint deploy/helm/kafscale)🤖 Generated with Claude Code