Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

forces replacement raised when topic name including character . #452

Open
lzpsqzr opened this issue Aug 30, 2024 · 0 comments
Open

forces replacement raised when topic name including character . #452

lzpsqzr opened this issue Aug 30, 2024 · 0 comments
Labels

Comments

@lzpsqzr
Copy link

lzpsqzr commented Aug 30, 2024

Hello,

For instance, my configuration in tfvars:

"msghub_callback_mpm" = {
  "name"               = "msghub.callback.mpm"
  "replication_factor" = 3
  "partitions"         = 20

  "config_overrides" = {
    "cleanup.policy" = "delete"
    "retention.ms" = "86400000"
  }
}

the topic name 'msghub.callback.mpm' will force replaced with 'msghub_callback_mpm',
~ name = "msghub.callback.mpm" -> "msghub_callback_mpm" # forces replacement
Is there any way to keep the topic name with character . ?

@Mongey Mongey added the bug label Oct 18, 2024
Mongey added a commit that referenced this issue Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants