I want to create a polling consumer which is written in myFunction
the queue is : Test
and topic is abc/test
**I have also autowired PollableMessageSource source and used this polling source in my function however, it is not fetching values from topic, is my configuration incorrect? ***
spring:
cloud:
function:
definition: myFunction
stream:
binders:
solace:
environment:
solace:
java:
clientPassword:
clientUsername:
connectRetries: 0
connectRetriesPerHost: 0
host:
msgVpn:
type: solace
spring.cloud.stream.bindings.myFunction-in-0.destination: Test
spring.cloud.stream.bindings.myFunction-in-0.binder: solace
spring.cloud.stream.bindings.myFunction-in-0.group: exclusive
spring.cloud.stream.pollable-source: abc/test
spring.cloud.stream.poller.max-messages-per-poll: 1