Skip to content

Making wRPC framing non-optional #1350

Description

@rvolosatovs

Currently wRPC framing is optional - that significantly hurts usability and complicates the public APIs.
At the same time, the only "official" wRPC transport not using the default wRPC framing is NATS.io.

The proposal is, therefore, to drop the "custom framing" feature and simply always use wRPC framing.

That should let us drop the Index trait and other obscure abstractions that were built to support this flow.

This does mean that NATS.io transport as it is today would need backwards-incompatible changes and I'm currently thinking that simply removing NATS.io support altogether would be the simplest way forward.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions