GitHub user enothereska opened a pull request:

    https://github.com/apache/kafka/pull/1223

    KAFKA-3559: lazy initialisation of state stores

    Instead of initialising state stores on init(), they are initialised on 
first access. 

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/enothereska/kafka KAFKA-3559-rebalance

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/1223.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 #1223
    
----
commit fa970d2126fc10bcba1748d2448ae3c3489e05e7
Author: Eno Thereska <eno.there...@gmail.com>
Date:   2016-04-15T08:52:34Z

    Lazy initialization of state stores (on access, rather than all at once)

commit aebb365d04504cc0a5100715ccfd37a82b8b0298
Author: Eno Thereska <eno.there...@gmail.com>
Date:   2016-04-15T09:02:50Z

    Check arguments

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to