Skip to Content.
Sympa Menu

grouper-users - [grouper-users] RE: batchsize for changelogconsumer

Subject: Grouper Users - Open Discussion List

List archive

[grouper-users] RE: batchsize for changelogconsumer


Chronological Thread 
  • From: Chris Hyzer <>
  • To: Rahul Doshi <>, "" <>
  • Subject: [grouper-users] RE: batchsize for changelogconsumer
  • Date: Wed, 24 Jun 2015 14:48:33 +0000
  • Accept-language: en-US

That will affect all change log consumers right (not sure what you mean by custom, the built in or institution defined are treated the same way)?  Or do you want it configurable so that different change log consumers can have a different batch size?

 

Thanks,

Chris

 

From: Rahul Doshi [mailto:]
Sent: Wednesday, June 24, 2015 10:44 AM
To: Chris Hyzer;
Subject: Re: batchsize for changelogconsumer

 

I believe you will make it a configuration option for custom changelogconsumers as well.  Thank you so much for such a quick response.

 

Rahul

 

From: Chris Hyzer <>
Date: Wednesday, June 24, 2015 at 10:41 AM
To: Rahul Doshi <>, "" <>
Subject: RE: batchsize for changelogconsumer

 

Its not configurable, but we can add that J

 

        //lets get 100 records

        List<ChangeLogEntry> changeLogEntryList = GrouperDAOFactory.getFactory().getChangeLogEntry()

          .retrieveBatch(changeLogConsumer.getLastSequenceProcessed(), 100);

 

https://bugs.internet2.edu/jira/browse/GRP-1146

 

Thanks,

Chris

 

 

From: [] On Behalf Of Rahul Doshi
Sent: Wednesday, June 24, 2015 10:37 AM
To:
Subject: [grouper-users] batchsize for changelogconsumer

 

Hello,

 

Is there a configuration setting to change the batchsize for changelogconsumer from default 100 to lets say 500?  If batchsize is not currently configurable then can it be made as a configuration option in the future release?

 

Thanks,

Rahul




Archive powered by MHonArc 2.6.16.

Top of Page