Spring Operator

Results 417 comments of Spring Operator

**[Artem Bilan](https://jira.spring.io/secure/ViewProfile.jspa?name=abilan)** commented We should keep in mind here that our `MessageGroupStore` implementations don't allow to create empty groups: it is created by first `addMessageToGroup`. And even MongoDB implementation doesn't...

**[Artem Bilan](https://jira.spring.io/secure/ViewProfile.jspa?name=abilan)** commented See Scatter-Gather use-case: https://stackoverflow.com/questions/69458917/scatter-gather-with-parallel-flow-timeout-in-aggregator. So, it scatters (distributes) the message and is ready for reply. Unfortunately currently its gatherer part starts working only when the first message...

**[Artem Bilan](https://jira.spring.io/secure/ViewProfile.jspa?name=abilan)** commented We have a `MessageTriggerAction` contract. So, an aggregator ca implement it and react respectively: take a `correlationKey` and create an empty group. We might need to revise...

**[Mark Fisher](https://jira.spring.io/secure/ViewProfile.jspa?name=mark.fisher)** commented Dave, we'll probably need to reassign this issue and possibly push it to 2.2, but can you provide a little bit more detail about what you had...

**[Gary Russell](https://jira.spring.io/secure/ViewProfile.jspa?name=grussell)** commented It's not clear what this means - message history is message-based whereas existing JMX is SI component (static) based. Based on the description, maybe subscribe a bucket...

**[Gary Russell](https://jira.spring.io/secure/ViewProfile.jspa?name=grussell)** commented I'll have to think about this - Java doesn't have multiple inheritance; we have abstract client and server classes and NET and NIO implementations for each. Therefore...

**[David J. M. Karlsen](https://jira.spring.io/secure/[email protected])** commented You might be interested in these projects: http://wife.sourceforge.net/ and http://sourceforge.net/projects/quickfixj/

**[Artem Bilan](https://jira.spring.io/secure/ViewProfile.jspa?name=abilan)** commented The project for SWIFT messages is here: https://github.com/prowide/prowide-core The FIX protocol library is here: https://www.quickfixj.org/ I would say we have to divide this ticket into two -...

**[Artem Bilan](https://jira.spring.io/secure/ViewProfile.jspa?name=abilan)** commented +1 for `RedisKeyValueMetadataStore` and maybe with the configurable `prefix` to distinguish pairs for this instance from others on Redis server.

**[Artem Bilan](https://jira.spring.io/secure/ViewProfile.jspa?name=abilan)** commented See the Reference URL for the problem in Redis cluster. So, that might make sense to revise this issue and implement it finally.