You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CONCERN: Is this used to call the generic method of the IConsume? If yes, then I'd recommend extending IConsume to have a method accepting an object message, then default implementation in IConsume that would call the typed method. This would reduce the need for this reflection access here, we could just call it.
We might support different scenario.
A truly confident user could simply decide to deal with raw data, hence a basic IConsume would be enough. Or he would rather prefer to work typed data and generics support, hence some sort of (memoized)reflections stuff should unavoidable. Some benchmark here might help in solving the dilemma of reflection adoption.
The text was updated successfully, but these errors were encountered:
Interesting. If you have some draft, I'm happy to take a look to learn more about that.
Also, FYI, from 13th July till the end of the month, I'm on vacation, and I plan to be offline to recharge a bit, but I plan to also do more work on Blumchen in August.
This summer I'm having shorter breaks - a week or less - every month so that kids have feelings of longer vacations... We'll see how effective this strategy works, but I can definitely say that it's exhausting :-;
Per discussion: #7 (comment)
About: https://github.com/oskardudycz/PostgresOutboxPatternWithCDC.NET/blob/3d42e3552956cecfd1773e97a9afd0170ada0937/src/PostgresOutbox/Subscriptions/Subscription.cs#L138
@oskardudycz:
@lsfera
The text was updated successfully, but these errors were encountered: