1.3.3.30 (Minor fixes)
docker pull mclarenapplied/keygenerator-proto-server:1.3.3.301.0.2.18 (Fixes for Stream API)
docker pull mclarenapplied/keygenerator-proto-server:1.0.2.181.0.2 (Fixes for Stream API)
docker pull mclarenapplied/keygenerator-proto-server:1.0.2.11.0.0 (Initial release)
docker pull mclarenapplied/keygenerator-proto-server:1.0.0.2The Key Generator Service generates unique identifiers which can be used as part of the Stream API. It creates two type of IDs: a long and a GUID. This service can be used by any solution that wants a central key generator and avoid ID duplication within a distributed environment. The service will never return the same ID more than once, which ensures that multiple requests, even from different clients, will never result in the same ID being given for different things. The Key Generator Service is exposed via a gRPC server interface.
For documentation on how to use the Key Generator Service, click here.
Use the following Docker Compose to use the Key Generator Image:
services:
key-generator-service:
image: mclarenapplied/keygenerator-proto-server:latest
ports:
- 15379:15379
environment:
PORT: 15379
For all possible configuration options, click here.
Usage of this library is permitted under the Apache 2.0 terms.
Content type
Image
Digest
sha256:f1a3b352c…
Size
87.5 MB
Last updated
10 months ago
docker pull atlasplatformdocker/keygenerator-proto-server