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

Headless mode should fail if CT/CS statements are missing column defs #2205

Closed
big-andy-coates opened this issue Nov 27, 2018 · 2 comments
Closed
Assignees

Comments

@big-andy-coates
Copy link
Contributor

big-andy-coates commented Nov 27, 2018

Requested by @hjafarpour

Headless mode should not support getting schema from the schema registry at the moment.

Interactive mode gets the schema once and bakes this into the command in the command topic.

We can look at support schema evolution for both headless and interactive later. But for now, with not testing around evolution, we should not allow it in headless mode.

@big-andy-coates big-andy-coates self-assigned this Nov 27, 2018
@miguno
Copy link
Contributor

miguno commented Nov 27, 2018

Related: #1530

@big-andy-coates
Copy link
Contributor Author

Decision made not to implement this, (as it may break existing customers who are carefully managing the evolution of their schemas). The true solution is to support schema inference in headless mode, i.e. #1530.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants