-
-
Notifications
You must be signed in to change notification settings - Fork 540
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
Kafka queues do not support special characters in source field names #2836
Labels
Comments
Blocked by manticoresoftware/manticoresearch-buddy#421 |
|
We decided to use the syntax:
|
@sanikolaev The Windows tests failed here. Please assign this issue to someone from the core team (my changes can't affect this) https://github.com/manticoresoftware/manticoresearch/actions/runs/12745846202 |
implemented in #2926 |
djklim87
pushed a commit
that referenced
this issue
Jan 14, 2025
djklim87
pushed a commit
that referenced
this issue
Jan 14, 2025
djklim87
pushed a commit
that referenced
this issue
Jan 14, 2025
djklim87
pushed a commit
that referenced
this issue
Jan 14, 2025
djklim87
pushed a commit
that referenced
this issue
Jan 14, 2025
djklim87
added a commit
that referenced
this issue
Jan 15, 2025
* #2836 Kafka source mapping support --------- Co-authored-by: djklim87 <[email protected]>
tests and docs updated #2927 |
sanikolaev
pushed a commit
that referenced
this issue
Jan 15, 2025
* #2836 Kafka source mapping support --------- Co-authored-by: djklim87 <[email protected]>
Suggested docs improvements here #2940 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Description:
When creating a source to read from Kafka queues, we need to iterate through the fields of the incoming message (JSON). In JSON, it’s acceptable for keys to contain $ or other special characters, but such characters are completely prohibited in Manticore fields. This needs to be handled appropriately
Manticore Search Version:
6.3.8
Operating System Version:
Any
Have you tried the latest development version?
None
Internal Checklist:
To be completed by the assignee. Check off tasks that have been completed or are not applicable.
The text was updated successfully, but these errors were encountered: