Expand my Community achievements bar.

Help shape the future of AI assistance by participating in this quick card sorting activity. Your input will help create a more effective system that better serves your needs and those of your colleagues.

Max User Per Request

Avatar

Level 2

"aggregation":{
"aggregationType":"BEST_EFFORT",
"bestEffortAggregation":{
"maxUsersPerRequest":10,
"splitUserById":false
}
}
Our server can only accept one record per Request but when we keep it as 1 it sends no payload altogether.
Above 1 it works it sends 2 records in one payload but we only want one record per payload.

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

2 Replies

Avatar

Administrator

@Rite18 @Sneha-Parmar @abhinavbalooni @Gokul_Agiwal @Bhoomika_S @bjoern__koth Curious to hear SMEs perspectives on this question. Do you all mind sharing your thoughts?



Kautuk Sahni

Avatar

Level 8

@vs1985 

@kautuk_sahni 

  not clear on the ask here, but so far understanding is you are looking to pass one use at a time then

aggregationType MAY Be "STRICT" [not sure] and maxUsersPerRequest should be 1 

as Best effort would process data up to the limits that is 10 in example code above