| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-05-21 | rename Balancer to PubBalancer | chrislu | 8 | -21/+21 | |
| 2024-05-21 | client side stop partition subscribing if unassigned | chrislu | 2 | -12/+27 | |
| 2024-05-21 | fix compilation | chrislu | 1 | -7/+2 | |
| 2024-05-21 | refactor | chrislu | 5 | -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-20 | avoid concurrent processing for the same key | chrislu | 2 | -0/+12 | |
| 2024-05-20 | refactor | chrislu | 2 | -104/+112 | |
| 2024-05-20 | remove ProcessorConfiguration | chrislu | 5 | -22/+17 | |
| 2024-05-20 | fix | chrislu | 1 | -0/+3 | |
| 2024-05-20 | unused | chrislu | 2 | -500/+400 | |
| 2024-05-20 | sending keyed offset | chrislu | 1 | -3/+12 | |
| 2024-05-20 | minor | chrislu | 1 | -7/+7 | |
| 2024-05-20 | go fmt | chrislu | 15 | -56/+58 | |
| 2024-05-20 | Merge branch 'master' into mq | chrislu | 54 | -1674/+2319 | |
| 2024-05-20 | Merge branch 'master' of https://github.com/seaweedfs/seaweedfs | chrislu | 29 | -1580/+2228 | |
| 2024-05-20 | go fmt | chrislu | 26 | -95/+92 | |
| 2024-05-20 | adjust logs | chrislu | 1 | -1/+1 | |
| 2024-05-20 | track offset | chrislu | 9 | -183/+215 | |
| 2024-05-20 | add InflightMessageTracker | chrislu | 2 | -0/+205 | |
| 2024-05-20 | chore(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-20 | chore(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-20 | chore(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-20 | chore(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-20 | chore(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-19 | fix | chrislu | 1 | -1/+1 | |
| 2024-05-19 | ConcurrentPartitionLimit | chrislu | 3 | -15/+23 | |
| 2024-05-19 | less logs | chrislu | 1 | -1/+1 | |
| 2024-05-19 | start consuming ASAP | chrislu | 5 | -307/+357 | |
| 2024-05-19 | logs | chrislu | 1 | -1/+1 | |
| 2024-05-19 | persist consumer group offset | chrislu | 18 | -530/+601 | |
| 1. use one follower 2. read write consumer group offset | |||||
| 2024-05-18 | Feature/mongodb security (#5602) | sb | 2 | -5/+7 | |
| 2024-05-18 | add filer configuration options for username/password and tls (#5601) | sb | 2 | -11/+66 | |
| 2024-05-17 | rename | chrislu | 1 | -12/+12 | |
| 2024-05-17 | add subscribe follower | chrislu | 5 | -244/+823 | |
| 2024-05-17 | Add ability to configure security context for the different components (#5600) | Johnny Cederholm | 6 | -0/+106 | |
| 2024-05-17 | added s3 iam DeleteBucket permission management (#5599) | Riccardo Bertossa | 7 | -14/+41 | |
| 2024-05-16 | consumer acks received messages | chrislu | 4 | -21/+57 | |
| 2024-05-16 | adjust errors | chrislu | 2 | -4/+5 | |
| 2024-05-14 | remove logs | chrislu | 1 | -1/+0 | |
| 2024-05-14 | subscriber receives partitions and dispatch to processors | chrislu | 4 | -36/+104 | |
| 2024-05-14 | move initial assignment to rebalance logic | chrislu | 3 | -19/+14 | |
| 2024-05-14 | move read write topic config into filer client accessor | chrislu | 7 | -55/+83 | |
| 2024-05-14 | [s3] Fixed s3 replication by sending content-md as base64 (#5596) | Martin Stiborský | 1 | -1/+2 | |
| 2024-05-14 | Update the Grafana panels using the to the new time series (#5595) | Gregor Tudan | 1 | -1395/+1731 | |
| 2024-05-14 | Helm: Fix warning when rendering with secretExtraEnvVars set (#5594) | Gregor Tudan | 1 | -1/+1 | |
| 2024-05-14 | Helm: Allow adding additional labels to the service monitors (#5593) | Gregor Tudan | 5 | -0/+13 | |
| 2024-05-13 | refactor | chrislu | 3 | -26/+98 | |
| 2024-05-13 | rename | chrislu | 1 | -3/+3 | |
| 2024-05-13 | consumer instance passing MaxPartitionCount to coordinator | chrislu | 6 | -4/+19 | |
| 2024-05-13 | refactor | chrislu | 2 | -20/+20 | |
| 2024-05-13 | Allow selecting the namespace visualized by the grafana dashboard (#5591) | Gregor Tudan | 1 | -43/+71 | |
