We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Description: Tried with the below source mapper. I have used fail.on.missing.attribute as false, but it fails when an attribute is missing.
@source(type="runtime-agent", port="9411", @Map(type="json", fail.on.missing.attribute="false")) define stream ZipkinStreamIn(traceId string, id string, parentId string, operationName string, serviceName string, spanKind string, timestamp long, duration long, tags string);
received error : not in an accepted format for default mapping. Hence dropping the message.
Affected Siddhi Version: 4.1.38
The text was updated successfully, but these errors were encountered:
This is related to https://github.com/siddhi-io/siddhi-map-json and should be moved.
Sorry, something went wrong.
No branches or pull requests
Description:
Tried with the below source mapper. I have used fail.on.missing.attribute as false, but it fails when an attribute is missing.
@source(type="runtime-agent", port="9411", @Map(type="json", fail.on.missing.attribute="false"))
define stream ZipkinStreamIn(traceId string, id string, parentId string, operationName string, serviceName string, spanKind string, timestamp long, duration long, tags string);
received error : not in an accepted format for default mapping. Hence dropping the message.
Affected Siddhi Version: 4.1.38
The text was updated successfully, but these errors were encountered: