GitHub user cameronlee314 opened a pull request:
https://github.com/apache/samza/pull/520
SAMZA-1670 : When fetching a newest offset for a partition, also prefetch
and cache the newest offsets for other partitions on the container
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cameronlee314/samza partition_metadata
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/samza/pull/520.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #520
----
commit 20c483192ba0a378f02ea38afa9729a81ee74b33
Author: Cameron Lee <calee@...>
Date: 2018-05-11T22:18:06Z
SAMZA-1670 : When fetching a newest offset for a partition, also prefetch
and cache the newest offsets for other partitions on the container
----
---