Skip to content

Instantly share code, notes, and snippets.

@nobodyiam
Created July 6, 2016 14:51
Show Gist options
  • Save nobodyiam/32e77d92849c13d035943e249c82ddcf to your computer and use it in GitHub Desktop.
Save nobodyiam/32e77d92849c13d035943e249c82ddcf to your computer and use it in GitHub Desktop.
Apollo client get config of namespace
Config config = ConfigService.getConfig("FX.Hermes.Producer");
Integer defaultSenderBatchSize = 200;
Integer senderBatchSize = config.getIntProperty("sender.batchsize", defaultSenderBatchSize);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment