-
Notifications
You must be signed in to change notification settings - Fork 0
feat: Support for non transactional consumer #9
feat: Support for non transactional consumer #9
Conversation
5dc174b
to
c65b913
Compare
c65b913
to
b0f3083
Compare
Looks like this PR has some conflicts with #4. The crux of the issue was that we updated the @bretthoerner I don't think we'll get EDIT: In line with this, I've nested the |
edit: Ah, I hadn't read the new |
62db01f
to
bd4dc4b
Compare
👍 |
We do not yet want to commit to either transactional or non transactional running modes, so this makes them configurable in the consumer side. There is perhaps some opportunity for abstraction with traits, but if we commit for one of the two options early enough we could end up dropping the other code.