79189879

Date: 2024-11-14 17:45:38
Score: 1.5
Natty:
Report link

For anyone who may run into this same issue and is looking for how to solve it, here's the fix.

spring:
  cloud:
    function:
      definition: myPayloadConsumerFromTopic1;myPayloadConsumerFromTopic2

Note that previously I was using commas to separate the function definitions, whereas now I am using semicolons. That fixed this issue.

Reasons:
  • Blacklisted phrase (1): how to solve
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Keith Bennett