FlorianHeere
2 years agoNew Contributor
Access to result of API Connection Teststep of Kafka Subscribe
Hi,
I am currently trying to access the response of API Connection Teststep of Kafka Subscribe and cannot make it work.
In the assertion of the step itself I can see that it is getting a Data-Oject as expected. Now I want to use that event from kafka for further processing.
Tried it like this in a groovy script after the subscription teststep:
def response = context.expand( '${API Connection Subscribe}' );
log.info "response=$response";
Result of script is:
Wed Jul 19 20:05:25 CEST 2023: INFO: response=
Any idea?
Found some questions in the community with a result, but none of them did work.
Thanks for help, regards,
Florian Heere