akkadotnet / Akka.Persistence.Sql

Linq2Db implementation of Akka.Persistence.Sql. Common implementation for SQL Server, Sqlite, Postgres, Oracle, and MySql.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Names to Stream Stages

to11mtm opened this issue · comments

commented

It would be nice to add naming to the Stream stages to make logs/etc more clear.

This is just a matter of adding .Named(string name) calls on the various stages.