79822596

Date: 2025-11-17 17:36:44
Score: 2.5
Natty:
Report link

Also not 100% sure what the question is. Are you trying to read the same input topic into two global store? For this case, why would you want to do this? It's not supported, because it's unnecessary data duplication. -- Also, each store (global or regular), must have a unique name. Otherwise, two stores cannot be distinguished. So you code example, re-using the same StoreBuilder for a regular and global store, should actually throw a runtime exception, due to overlapping names.

Can you clarify again, what you try to do, and what problem you are seeing?

Reasons:
  • RegEx Blacklisted phrase (2.5): Can you clarify
  • Long answer (-0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • High reputation (-2):
Posted by: Matthias J. Sax