Sukrit Khera
Sukrit Khera
Refer https://github.com/neyric/aws-swf/blob/master/lib/decision-response.js#L262 The start_timer method uses the "name" parameter as control information. Instead, we should call it "control". Reason: We can add a JSON message to this parameter, which will...
**Describe the bug** Service name for Kafka consumer is not leveraging service.name in OTEL_RESOURCE_ATTRIBUTES. Instead it shows name of consumer and method in XRay. **Steps to reproduce** - Use spring-boot...
Fixes build error: npm ERR! code EINVALIDTAGNAME npm ERR! Invalid tag name "^": Tags may not have any characters that encodeURIComponent encodes."
Set agent for proxy to address connection refused for proxying request from http to https. See: https://github.com/nodejitsu/node-http-proxy/blob/caronte/examples/http/proxy-http-to-https.js It also requires setting of host headers but that can be passed using...
**Given**: Vulcand Created from docker repo : "mailgun/vulcand" with no existing hosts. **And**: I add upstream with endpoints, host, location but do not redirect the traffic of the location to...
Is there a way to trigger a child workflow using glisten?
I am trying to simplify my java flow workflow by using groovy and glisten . In my case , I have multiple activities interfaces, implementation of each resides in a...