Swarvanu Sengupta

Results 25 issues of Swarvanu Sengupta

I'm following the provided tutorial to start on docker-compose After `docker-compose up` when I'm trying to access `http://192.168.99.100/activiti-cloud-modeling/`, I'm getting the below error ``` GET http://192.168.99.100/auth/realms/activiti/.well-known/openid-configuration 502 (Bad Gateway) ```...

bug

Queue Worker is mainly used to handle async operations. Queue working internally uses RMQ - which internally uses Redis The goal is to abstract the queue-worker in a way so...

Currently we are using redis to register * Flows * Worker * Workload (In Progress) Code is currently scattered across runtime like [this](https://github.com/s8sg/goflow/blob/4665151427fe3a21c30659122dd4f82e6c0d22a2/runtime/flow_runtime.go#L531) The goal is to obstruct the RDB...

GoFlow DSL would allow user to define a workflow as a DSL. DSL can be a simple yaml file The expectation is: 1. Aligned to go flow domain 2. Provide...

Added option to provide duration **-d** ```bash ./dnsflood test.com 127.0.0.1 -d 30 sent 5333186 DNS requests in 30.000000 sec ``` Performing graceful stop on SIGINT and SIGTERM ```bash ./dnsflood test.com...

Jolokia Proxy Setup Support is added Domain mbean properties support is added Request Changed into POST request with Jolokia Credential Support Updated the Test cases and Dump cmds Please review...

It seems like currently all the application get submitted as user: `"user": "dr.who",` As if I'm trying to access different HDFS dir from the spark application, It would be a...