You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by hsun-cnnxty <gi...@git.apache.org> on 2015/10/04 06:31:55 UTC

[GitHub] storm pull request: [STORM-1015] Allow Kafka offsets to be saved u...

Github user hsun-cnnxty commented on the pull request:

    https://github.com/apache/storm/pull/705#issuecomment-145317404
  
    Hi Chi,
    
    Storm stores more than just offset/partition data in the "state",  would it be necessary to declare?
    
    public interface StateStore {
      public void write(Partition p, Map<Object, Object> state);
      public Map<Object, Object> state read(Partition p);
    }
    
    -thanks
    



---
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.
---