Skip to content

event based parsing for route(), target() and token() #256

@codingchili

Description

@codingchili

Request objects should have a reference to the ByteBuffer rather than getting passed a fully parsed Json object.

This improves the situation where there's a gateway service which wants to read a few fields, such as a header rather than to parse the entire message. This would significantly reduce parsing for messages.

The implementation of the route, target and token methods should use event based parsing.

Has to be benchmarked.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions