You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by enothereska <gi...@git.apache.org> on 2016/04/15 11:04:04 UTC

[GitHub] kafka pull request: KAFKA-3559: lazy initialisation of state store...

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 <en...@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 <en...@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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] kafka pull request: KAFKA-3559: lazy initialisation of state store...

Posted by enothereska <gi...@git.apache.org>.
Github user enothereska closed the pull request at:

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


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---