Github user StephanEwen commented on the pull request:

    https://github.com/apache/flink/pull/1046#issuecomment-135396475
  
    You can turn the storm config into a byte[] via the `InstantiationUtil` 
class. That byte[] can be stored in the regular config.
    
    We could also add a "nested config" class which only shows keys that start 
with a certain key prefix. This would be a config view over another config. 
Inside the `TaskConfig`, we use this trick with the delegating config. It may 
be useful here as well.


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to