Tomasz Maruszak
Tomasz Maruszak
@przemyslaw-serwicki thanks for reporting. @EtherZa any chance you could take this on and extend or shall I do?
@t11omas is this still active and relevant given the other chats we had?
@t11omas what's the plan here?
@dundich In principle, it's great to extend the Outbox implementation to Postgres and thanks for taking the time. I wonder if we truly need to provide that much PK flexibility...
Ok I understand now the use case. Let me look at the PR late today.
@dundich I reviewed thePR #312 as well as the discussion in here. This PR #312 causes a generics explosion that is dragged across many layers... Here #314 is my quick...
> 3. How many databases don't support Guid? > > -- I think not that many. > > Type conversion and working with Reflections looks a bit heavy. I'm more...
I can help with some of the initial work and perhaps evolve my PR to enable some preparations for your Postgres adaptation of Outbox. I think it could simply be...
@dundich You can see where I am going with my latest thinking in #315. Down the road SMB will also start to target net9 preview to take advantage of the...
Closing. We added a changes to support different PK generation strategies.