Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
c/md_dissemination: fixed retrying leadership dissemination
After change from `std::vector` to `ss::chunked_fifo` to keep the updates in metadata dissemination service `update_metadata` we lost ability to retry metadata dissemination requests as pending updates were moved to lambda capture list. This way the next retry did not have any updates to deliver. Signed-off-by: Michal Maslanka <michal@redpanda.com>
- Loading branch information