Skip to content

Q: How to define a multi-valued nested configuration #4

@anujsrc

Description

@anujsrc
  • Version: 0.2.5
  • Type: Query/Clarification to understand if there is a better way to define multi-valued configs
  • Summary: Need to define a validated configuration for parameters that may take nested params, like-
    • [{:host "192.168.4.40" :port 9092}]
    • [6379 6380]

Currently, I am defining a type as :edn. Is there a better way to define such multi-valued parameters where constraint can be applied on each value, like- map keys in the first case and integers in the second case.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions