When I try to use the R3 in the showcase, I find there is an empty endpoint name cached to the unformatted endpoint cache. After investing, I found when analyzing an event with the source, the endpoint name could be empty(because the gRPC will use an empty string as the default value instant null), so I changed the format endpoint strategy.
[ ] If this pull request closes/resolves/fixes an existing issue, replace the issue number. Closes #.
When I try to use the R3 in the showcase, I find there is an empty endpoint name cached to the unformatted endpoint cache. After investing, I found when analyzing an event with the source, the endpoint name could be empty(because the gRPC will use an empty string as the default value instant
null
), so I changed the format endpoint strategy.CHANGES
log.