-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When overriding a configuration option via the env which is supposed to be a collection collection (slice) of options, the override is instead interpretted as a string. This patch modifies the config decode hook to handle this special case and appropriately decode the env override to a []string instead of a plain string. There is no JIRA issue associated with this, but is being done to support the Kafka epic effort, visible here: https://jira.hyperledger.org/browse/FAB-32 Reclaim commit after a little Gerrit accident Change-Id: Iae800b5237549232b90c7d7cf91590a3d8caf178 Signed-off-by: Jason Yellick <jyellick@us.ibm.com>
- Loading branch information
Jason Yellick
committed
Oct 5, 2016
1 parent
60e4e45
commit f6caa7b
Showing
2 changed files
with
78 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters