camunda-community-hub / zeebe-client-node-js

Node.js client library for Zeebe Microservices Orchestration Engine
https://camunda-community-hub.github.io/zeebe-client-node-js/
Apache License 2.0
152 stars 38 forks source link

Change user agent to common format #170

Closed MiguelPires closed 3 years ago

MiguelPires commented 4 years ago

Hi. I'm currently adding a user-agent to the java client and during the review it came up that the current format is a bit uncommon, with product/version being more common. However, it would be nice to keep it consistent between the node, C#, Java and Go clients. In the supported clients, this will look like zeebe-client-java/0.24.0 and zeebe-client-go/0.24.0. Thanks