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

bug: Avoid unnecessary parsing key. #15156

Closed
liurenjie1024 opened this issue Feb 20, 2024 · 1 comment
Closed

bug: Avoid unnecessary parsing key. #15156

liurenjie1024 opened this issue Feb 20, 2024 · 1 comment
Assignees
Labels
type/bug Something isn't working
Milestone

Comments

@liurenjie1024
Copy link
Contributor

Describe the bug

In our debezium json format, when there are values in kafka body, we don't need to parse key. But currently we always parse message key, and requires it to be json. This is not applicable in some customer environment where key is used for other purpose and not json.

Error message/log

No response

To Reproduce

No response

Expected behavior

No response

How did you deploy RisingWave?

No response

The version of RisingWave

No response

Additional context

No response

@liurenjie1024 liurenjie1024 added the type/bug Something isn't working label Feb 20, 2024
@github-actions github-actions bot added this to the release-1.7 milestone Feb 20, 2024
@liurenjie1024
Copy link
Contributor Author

cc @tabVersion PTAL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants