As far as I know the cientId is only used for logging, so you could set it to whatever is most usefull in the logging. You might for example want to use the ip as the id, so when you get errors you know where to look.
On Tue, Apr 19, 2016 at 6:51 PM Rick Rineholt <cr2...@gmail.com> wrote: > Hi, > If I have multiple consumers in a consumer group for load handling for the > same application is there any recommendation if the clientId should all be > unique for each? It's the same application. Each will have it's own > consumer memberId given on the join group so they can always be > distinguished by that. > > Thanks >