Profile

Contact Details

Joseph Morgan

Joseph Morgan

Joseph Morgan

Contributions

1 to 5 of 50+ total
Posted By Joseph Morgan Wed August 20, 2025 12:53 PM
Found In Egroup: DataPower
\ view thread
Are you using a "Call Rule" action, or are you are graphically wrapping a "reusable rule" for the set of processing actions? That is, when I think of a "reusable rule", I typically build the rule in the processing policy and then use the "Call Rule" action in the various places I need it. With all ...
Posted By Joseph Morgan Mon August 18, 2025 12:46 PM
Found In Egroup: DataPower
\ view thread
Unfortunately, I don't have a Kafka server setup at the moment. I suppose you've filed a ticket with IBM on the matter? (I generally look here first for help as well, so, just thinking that might now be your only recourse). ------------------------------ Joseph Morgan CEO - Independent --------- ...
Posted By Joseph Morgan Mon August 18, 2025 09:35 AM
Found In Egroup: DataPower
\ view thread
Config 1 – Auto commit enabled, batch size = 1 → Consumes all messages. <-- This is what it should do, batch size does not matter Config 2 – Auto commit enabled, batch size = 20 → Consumes all 105 messages. <-- This is what it should do, batch size does not matter Config 3 – Auto commit disabled, ...
Posted By Joseph Morgan Mon August 18, 2025 08:58 AM
Found In Egroup: DataPower
\ view thread
The Kafka Handler batch size is only used when the cluster auto commit is off. So, when auto commit is on, it should process all available messages without respect to batch size of the handler. The question is, what is your batch size in your handler, and, are that many messages available for consumption? ...
Posted By Joseph Morgan Mon July 21, 2025 12:51 PM
Found In Group: DataPower
\ view thread
Andrii, What, exactly, are you asking? What value? Where to set? How are you interacting with LDAP? Though configuration or XSLT or GWS?