index
:
seaweedfs/.git
master
origin/HEAD
origin/add-ec-vacuum
origin/add_fasthttp_client
origin/add_remote_storage
origin/adding-message-queue-integration-tests
origin/adjust-fsck-cutoff-default
origin/also-delete-parent-directory-if-empty
origin/avoid_releasing_temp_file_on_write
origin/changing-to-zap
origin/collect-public-metrics
origin/copilot/fix-helm-chart-installation
origin/copilot/fix-s3-object-tagging-issue
origin/copilot/sub-pr-7677
origin/create-table-snapshot-api-design
origin/data_query_pushdown
origin/dependabot/maven/other/java/client/com.google.protobuf-protobuf-java-3.25.5
origin/dependabot/maven/other/java/examples/org.apache.hadoop-hadoop-common-3.4.0
origin/detect-and-plan-ec-tasks
origin/do-not-retry-if-error-is-NotFound
origin/ec-disk-type-support
origin/enhance-erasure-coding
origin/fasthttp
origin/feature/iam-user-status-management-7745
origin/feature/tus-protocol
origin/filer1_maintenance_branch
origin/fix-GetObjectLockConfigurationHandler
origin/fix-mount-http-parallelism
origin/fix-mount-read-throughput-7504
origin/fix-s3-object-tagging-issue-7589
origin/fix-versioning-listing-only
origin/ftp
origin/gh-pages
origin/improve-fuse-mount
origin/improve-fuse-mount2
origin/logrus
origin/master
origin/message_send
origin/mount2
origin/mq-subscribe
origin/mq2
origin/nfs-cookie-prefix-list-fixes
origin/optimize-delete-lookups
origin/original_weed_mount
origin/pr-7412
origin/random_access_file
origin/refactor-needle-read-operations
origin/refactor-volume-write
origin/remote_overlay
origin/revert-5134-patch-1
origin/revert-5819-patch-1
origin/revert-6434-bugfix-missing-s3-audit
origin/s3-select
origin/sub
origin/tcp_read
origin/test-reverting-lock-table
origin/test_udp
origin/testing
origin/testing-sdx-generation
origin/tikv
origin/track-mount-e2e
origin/upgrade-versions-to-4.00
origin/volume_buffered_writes
origin/worker-execute-ec-tasks
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
weed
/
mq
/
broker
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-16
convert error fromating to %w everywhere (#6995)
Chris Lu
6
-11
/
+11
2025-07-11
Admin UI: Add message queue to admin UI (#6958)
Chris Lu
4
-23
/
+275
2025-05-22
added context to filer_client method calls (#6808)
Aleksey Kosov
1
-2
/
+3
2025-03-31
chore(deps): bump gocloud.dev from 0.40.0 to 0.41.0 (#6679)
dependabot[bot]
2
-2
/
+4
2025-03-09
Accumulated changes for message queue (#6600)
Chris Lu
1
-7
/
+39
2025-02-25
minor
chrislu
1
-1
/
+2
2025-01-20
Add message queue agent (#6463)
Chris Lu
4
-9
/
+8
2024-11-04
merge current message queue code changes (#6201)
Chris Lu
6
-150
/
+11
2024-08-11
adds locking
chrislu
1
-3
/
+0
2024-08-10
Merge branch 'master' into mq
chrislu
2
-2
/
+9
2024-07-16
Added tls for http clients (#5766)
vadimartynov
2
-2
/
+9
2024-06-14
sort imports
chrislu
1
-1
/
+1
2024-06-14
Merge branch 'master' into mq
chrislu
1
-2
/
+3
2024-06-14
Added context for the MasterClient's methods to avoid endless loops (#5628)
vadimartynov
1
-2
/
+3
2024-06-06
refactor out FilerClientAccessor
chrislu
1
-2
/
+3
2024-05-30
remove per-message debug logs
chrislu
2
-3
/
+3
2024-05-30
debug
chrislu
2
-2
/
+6
2024-05-30
fix passing sub follower offset
chrislu
1
-1
/
+1
2024-05-29
skip control messages
chrislu
1
-2
/
+4
2024-05-29
fix inflight message tracker
chrislu
1
-13
/
+18
2024-05-27
balance subscribers
chrislu
3
-5
/
+16
2024-05-23
go fmt
chrislu
1
-3
/
+3
2024-05-23
coordinator receives unassignment ack
chrislu
1
-1
/
+6
2024-05-21
rename
chrislu
8
-27
/
+27
2024-05-21
rename Coordinator to SubCoordinator
chrislu
1
-1
/
+1
2024-05-21
rename Balancer to PubBalancer
chrislu
1
-1
/
+1
2024-05-20
avoid concurrent processing for the same key
chrislu
1
-0
/
+4
2024-05-20
fix
chrislu
1
-0
/
+3
2024-05-20
go fmt
chrislu
3
-8
/
+6
2024-05-20
Merge branch 'master' into mq
chrislu
4
-10
/
+7
2024-05-20
go fmt
chrislu
4
-10
/
+7
2024-05-20
adjust logs
chrislu
1
-1
/
+1
2024-05-20
track offset
chrislu
1
-2
/
+6
2024-05-19
less logs
chrislu
1
-1
/
+1
2024-05-19
logs
chrislu
1
-1
/
+1
2024-05-19
persist consumer group offset
chrislu
5
-31
/
+113
2024-05-17
add subscribe follower
chrislu
2
-0
/
+86
2024-05-16
consumer acks received messages
chrislu
2
-8
/
+25
2024-05-16
adjust errors
chrislu
2
-4
/
+5
2024-05-14
move initial assignment to rebalance logic
chrislu
2
-15
/
+7
2024-05-14
move read write topic config into filer client accessor
chrislu
4
-53
/
+13
2024-05-13
refactor
chrislu
1
-2
/
+2
2024-04-12
save schema when configuring topic
chrislu
1
-0
/
+10
2024-04-02
refactor
chrislu
1
-1
/
+1
2024-04-02
comment out println
chrislu
2
-7
/
+4
2024-04-01
shutdown follower when leader stops
chrislu
1
-6
/
+107
2024-04-01
send flush message to follower before shutting down logBuffer
chrislu
2
-0
/
+14
2024-04-01
renaming
chrislu
4
-7
/
+7
2024-03-31
add control message to data message
chrislu
1
-0
/
+3
2024-03-31
add publisher name for debugging
chrislu
1
-4
/
+4
[next]