Skip to content

Bootstrap options on cache_client vs cache_server for the kafka binding #388

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

Closed
vordimous opened this issue Sep 1, 2023 · 1 comment
Closed
Assignees
Labels
bug Something isn't working

Comments

@vordimous
Copy link
Contributor

Describe the bug

Shown below, the zilla schema does not care that the bootstrap options were used for both kinds of kafka bindings. This doesn't result in an error but a user can easily mistake these configs and assume the wrong behavior is being applied.

  kafka_cache_client:
    type: kafka
    kind: cache_client
    options:
      bootstrap:
        - items-crud
    exit: kafka_cache_server
  kafka_cache_server:
    type: kafka
    kind: cache_server
    options:
      bootstrap:
        - items-crud
    exit: kafka_client

Expected behavior
Show an error to the user if the bootstrap options are used with the wrong kind.

@jfallows jfallows added the bug Something isn't working label Dec 29, 2023
@jfallows
Copy link
Contributor

Duplicates #808

@jfallows jfallows closed this as not planned Won't fix, can't repro, duplicate, stale Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants