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
{{ message }}
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.
I’m working on a project regarding OSB kafka transport. I want to ask you if it’s possible to fetch a batch of messages (for example 100 mesages) from kafka and deal with them in single osb thread. What I want to do is transforming the messages and store them into Oracle database by commit only once. I’ve tried properties like fetch.min.bytes and fetch.max.wait.ms. The osb do fetch multiple messages once but create multiple threads to deal with it, still one message per thread then commit as many times as the number of messages.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I’m working on a project regarding OSB kafka transport. I want to ask you if it’s possible to fetch a batch of messages (for example 100 mesages) from kafka and deal with them in single osb thread. What I want to do is transforming the messages and store them into Oracle database by commit only once. I’ve tried properties like fetch.min.bytes and fetch.max.wait.ms. The osb do fetch multiple messages once but create multiple threads to deal with it, still one message per thread then commit as many times as the number of messages.
The text was updated successfully, but these errors were encountered: