aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-05-21rename Balancer to PubBalancerchrislu8-21/+21
2024-05-21client side stop partition subscribing if unassignedchrislu2-12/+27
2024-05-21fix compilationchrislu1-7/+2
2024-05-21refactorchrislu5-488/+571
ToDo 1. handle unassignment on client side 2. get notified of completed unassignment 3. in consumer_group.go, balance and send unassignment
2024-05-20avoid concurrent processing for the same keychrislu2-0/+12
2024-05-20refactorchrislu2-104/+112
2024-05-20remove ProcessorConfigurationchrislu5-22/+17
2024-05-20fixchrislu1-0/+3
2024-05-20unusedchrislu2-500/+400
2024-05-20sending keyed offsetchrislu1-3/+12
2024-05-20minorchrislu1-7/+7
2024-05-20go fmtchrislu15-56/+58
2024-05-20Merge branch 'master' into mqchrislu54-1674/+2319
2024-05-20Merge branch 'master' of https://github.com/seaweedfs/seaweedfschrislu29-1580/+2228
2024-05-20go fmtchrislu26-95/+92
2024-05-20adjust logschrislu1-1/+1
2024-05-20track offsetchrislu9-183/+215
2024-05-20add InflightMessageTrackerchrislu2-0/+205
2024-05-20chore(deps): bump github.com/aws/aws-sdk-go from 1.51.30 to 1.53.5 (#5608)dependabot[bot]2-3/+3
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.51.30 to 1.53.5. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Commits](https://github.com/aws/aws-sdk-go/compare/v1.51.30...v1.53.5) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-20chore(deps): bump cloud.google.com/go/storage from 1.40.0 to 1.41.0 (#5607)dependabot[bot]2-6/+8
Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.40.0 to 1.41.0. - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md) - [Commits](https://github.com/googleapis/google-cloud-go/compare/spanner/v1.40.0...spanner/v1.41.0) --- updated-dependencies: - dependency-name: cloud.google.com/go/storage dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-20chore(deps): bump github.com/aws/aws-sdk-go-v2 from 1.26.1 to 1.27.0 (#5606)dependabot[bot]2-3/+3
Bumps [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) from 1.26.1 to 1.27.0. - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.26.1...v1.27.0) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go-v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-20chore(deps): bump google.golang.org/api from 0.177.0 to 0.181.0 (#5605)dependabot[bot]2-23/+23
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.177.0 to 0.181.0. - [Release notes](https://github.com/googleapis/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md) - [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.177.0...v0.181.0) --- updated-dependencies: - dependency-name: google.golang.org/api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-20chore(deps): bump google.golang.org/protobuf from 1.34.0 to 1.34.1 (#5604)dependabot[bot]2-5/+3
Bumps google.golang.org/protobuf from 1.34.0 to 1.34.1. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-19fixchrislu1-1/+1
2024-05-19ConcurrentPartitionLimitchrislu3-15/+23
2024-05-19less logschrislu1-1/+1
2024-05-19start consuming ASAPchrislu5-307/+357
2024-05-19logschrislu1-1/+1
2024-05-19persist consumer group offsetchrislu18-530/+601
1. use one follower 2. read write consumer group offset
2024-05-18Feature/mongodb security (#5602)sb2-5/+7
2024-05-18add filer configuration options for username/password and tls (#5601)sb2-11/+66
2024-05-17renamechrislu1-12/+12
2024-05-17add subscribe followerchrislu5-244/+823
2024-05-17Add ability to configure security context for the different components (#5600)Johnny Cederholm6-0/+106
2024-05-17added s3 iam DeleteBucket permission management (#5599)Riccardo Bertossa7-14/+41
2024-05-16consumer acks received messageschrislu4-21/+57
2024-05-16adjust errorschrislu2-4/+5
2024-05-14remove logschrislu1-1/+0
2024-05-14subscriber receives partitions and dispatch to processorschrislu4-36/+104
2024-05-14move initial assignment to rebalance logicchrislu3-19/+14
2024-05-14move read write topic config into filer client accessorchrislu7-55/+83
2024-05-14[s3] Fixed s3 replication by sending content-md as base64 (#5596)Martin Stiborský1-1/+2
2024-05-14Update the Grafana panels using the to the new time series (#5595)Gregor Tudan1-1395/+1731
2024-05-14Helm: Fix warning when rendering with secretExtraEnvVars set (#5594)Gregor Tudan1-1/+1
2024-05-14Helm: Allow adding additional labels to the service monitors (#5593)Gregor Tudan5-0/+13
2024-05-13refactorchrislu3-26/+98
2024-05-13renamechrislu1-3/+3
2024-05-13consumer instance passing MaxPartitionCount to coordinatorchrislu6-4/+19
2024-05-13refactorchrislu2-20/+20
2024-05-13Allow selecting the namespace visualized by the grafana dashboard (#5591)Gregor Tudan1-43/+71