I was experimenting with performing writes using the runAsync construct. What I have observed is that the statements in the runAsync have no knowledge of the writes that happened in the main thread that spawned these async tasks.
My question is around how to run async tasks under the same transaction context as the thread that is spawning the async tasks. Is this something that's doable? Is there a better approach for performing async writes ? -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jooq-user/36d068a7-f26d-4241-82a3-d322c71d38e8n%40googlegroups.com.
