Skip to content

The Session abstraction needs a *lot* of work. #11

@dpratt

Description

@dpratt

The current Session API is extremely unwieldy and requires quite a bit of ceremony to do even simple tasks like iterate a query result. It's implemented with Play Iteratees, which is an okay solution, but it could be better.

I'm not sure of the right direction to go here, since async processing of streams of data doesn't really have a good way to make it as easy as a simple blocking iterative API. When it's ready to go, however, a version of a Session that exposes a reactive streams Producer and implemented with the (still experimental) Akka Streams library is probably the way to go.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions