Update osiris to v1.8.5
This release contains a bug fix to an issue that very occasionally could cause consumers on replica nodes not to be notified about newly committed offsets in a timely manner.
This commit is contained in:
parent
6e0f7d4e8a
commit
675007a20b
|
@ -56,7 +56,7 @@ bazel_dep(
|
|||
|
||||
bazel_dep(
|
||||
name = "rabbitmq_osiris",
|
||||
version = "1.8.4",
|
||||
version = "1.8.5",
|
||||
repo_name = "osiris",
|
||||
)
|
||||
|
||||
|
|
|
@ -48,7 +48,7 @@ dep_gen_batch_server = hex 0.8.8
|
|||
dep_jose = hex 1.11.10
|
||||
dep_khepri = hex 0.16.0
|
||||
dep_khepri_mnesia_migration = hex 0.7.1
|
||||
dep_osiris = git https://github.com/rabbitmq/osiris v1.8.4
|
||||
dep_osiris = git https://github.com/rabbitmq/osiris v1.8.5
|
||||
dep_prometheus = hex 4.11.0
|
||||
dep_ra = hex 2.14.0
|
||||
dep_ranch = hex 2.1.0
|
||||
|
|
Loading…
Reference in New Issue