Skip to content

Can --replicas default to -1? #370

@rambo-panda

Description

@rambo-panda

current version: kaf version 0.2.8 (fde2262)


Isn't it more appropriate for the --replicas parameter to be -1 by default when creating a topic for the robustness of the project?

Error: accepts 1 arg(s), received 0
Usage:
  kaf topic create TOPIC [flags]

Flags:
      --compact            Enable topic compaction
  -h, --help               help for create
  -p, --partitions int32   Number of partitions (default 1)
  -r, --replicas int16     Number of replicas (default 1)

ps: partitions are already set to -1 by default.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions