-
Type:
Improvement
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.6.0
-
Fix Version/s: 3.6.0
-
Component/s: None
-
Labels:
Patches adding functionality to the C client library often want to make these new capabilities available/explorable via the cli.c shell.
Examples include ZOOKEEPER-1112 (SASL; the original patchset included a duplicated cli_sasl.c) and ZOOKEEPER-2122 (SSL; the current PR switches it to use getopt).
This ticket is about adding /optional/ getopt support to cli.c without breaking existing uses, and would be a prerequisite for extensions which "require" new flags.
- is blocked by
-
ZOOKEEPER-3630 Autodetection of SSL library during Zookeeper C client build
-
- Resolved
-
- links to