Code Monkey home page Code Monkey logo

zeebe-client-csharp-bootstrap's Issues

Feature to subscribe user task but not auto complete it

Is your feature request related to a problem? Please describe.

We want to subscribe user task information and store its information, so that we can complete it later. However, current implementation auto completes user task after executing the handler.

Describe the solution you'd like
User Task handler should be executed once but not auto completes it.

Connect to Camunda Saas Instances & SM instances with TLS

Is your feature request related to a problem? Please describe.

Unable to connect to a Camunda Saas Instance & SM Instance without plaintext

Describe the solution you'd like

Changes to the Zeebe client to connect to a Saas Instance & to connect to a SM instance with TLS security

Additional context

At the moment, we can only connect to a local instance of Camunda with plaintext security. The ZeebeClientAcceleratorOptions.ClientOptions only has GatewayAddress property. This could be extended to take values for Saas instances and enable connectivity with Saas Instances.

At the moment, any other address results in a Grpc.Core.RpcException
image

Integrations Test Failing After Upgrade To Docker Desktop v4.11.0

Describe the bug

After upgrading to Docker Desktop v4.11.0 the integrations test all failed.

To Reproduce

Steps to reproduce the behavior:

  1. Upgrade to v4.11.0
  2. Try any integration test

Expected behavior

All integrations test pass individually after allowing Docker to tear down the test instances.

Enviroment (please complete the following information):

  • OS: Windows 11
  • Docker Desktop: v.4.11.0

Additional context

I was able to resolve the problem locally by upgrading the Testcontainers nuget package reference in the Tests project.

Previous: PackageReference Include="DotNet.Testcontainers" Version="1.6.0"
New: PackageReference Include="Testcontainers" Version="2.1.0"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.