Dave Cramer
Dave Cramer
Well you can see the comment right above the line that you referenced which says it's not used. At this point I'm ambivalent. You could choose to remove it or...
Yes, it's fine. I had to restart some checks. I will get around to merging it soon.
@lukas-krecan can you provide us with code that reproduces this problem ?
I was going to say no, but it occurs to me that JSONB is output as text so "possibly" ?
``` Failed to resolve parameter [com.example.outboxexporter.exporter.OutboxRepository outboxRepository] in constructor [public com.example.outboxexporter.exporter.OutboxRepositoryTest(com.example.outboxexporter.exporter.OutboxRepository,org.jooq.DSLContext)]: Failed to load ApplicationContext ```
I'm trying to run it on macos from the cmd line
this is likely more the problem ``` Could not find a valid Docker environment. Please see logs and check configuration ``` What else do I need ?
ok, I'm able to reproduce. Thanks!
So I think the issue is a mis-understanding of how the fetch and maxResultBuffer work. There is no mechanism in PostgreSQL to say "we only want n bytes back". What...