Results 21 comments of pmupkin

> https://github.com/apache/eventmesh/blob/fdd87969e34e6e831a420aeb9cfbc6776ecaeec7/eventmesh-transformer/src/main/java/org/apache/eventmesh/transformer/JsonPathParser.java#L43-L61 > > > I didn't understand the logic here, could you explain it? The code in line 44 uses Jackson to convert JSON format strings into JsonNode, which...

> @pmupkin > > > Originally, the tools for serializing JSON (Jackson) and extracting JSON (JsonPath) were both placed within a single class. > > I don't think it's a...

> > The `match` function, on the other hand, is used to parse CloudEvents messages using JSONPath. > > https://github.com/apache/eventmesh/blob/fdd87969e34e6e831a420aeb9cfbc6776ecaeec7/eventmesh-transformer/src/main/java/org/apache/eventmesh/transformer/JsonPathParser.java#L74-L83 > > > @pmupkin > This is the logic of...

> $.data.time > > if a value in the provided JSON format by the user is $.data.time, ... Could you provide an example illustrating the issue you mentioned? > >...

How much longer until this feature will be supported?

ForwardingChannelBuilder and StreamObservers are not used in EventMesh. Is there a need to highlight them separately for any particular attention?

@Pil0tXia If I've finished updating, are there any testing methods or commands available?

Hi, is this issue still open for PRs? I'd like to work on the FTP feature.