coding-yogi

Results 5 issues of coding-yogi

All examples for this library are around vectors. Not a single example shows how to fetch just a specific value from json using jsonpath. If `select` returns vector everytime, how...

Currently JMS Simulator can be configured with only one inbound queue or topic, how can I make it listen to multiple queues/topics?

READY
Type: Feature
Prio: Low

application.properties file have below settings ``` citrus.simulator.ws.enabled=true citrus.simulator.rest.enabled=true citrus.simulator.defaultScenario=DEFAULT ``` Simulator log shows below details on startup ``` Using the simulator configuration: SimulatorRestConfigurationProperties{enabled='true', urlMapping='/services/rest/**'} Using the simulator configuration: SimulatorConfigurationProperties{enabled='true', templatePath='com/consol/citrus/simulator/templates',...

Type: Enhancement
READY
Prio: Medium

Currently the test fails at first assertion and will not proceed further, Most of the times this does the job. Sometimes you still want to proceed and check for rest...

waiting-for-response

Description =========== I am using a custom context with below code ``` struct CustomContext; impl ConsumerContext for CustomContext {} impl ClientContext for CustomContext { fn stats(&self, statistics: rdkafka::Statistics) { log::info!("{:?}",...