Jordan Moore

Results 601 comments of Jordan Moore

I've found a way to generate openapi3 specs from the output of this project https://github.com/swaggo/swag/issues/386#issuecomment-833913287

I've worked around this with some Make targets The first runs `swag init` on the root project, creating the `docs/swagger.json` and `docs/swagger.yaml` The second mounts that folder and generates a...

@lifegit Create a Makefile with that content, and run the command I mentioned

@hotrungnhan What about it? It was already mentioned in the third comment

If Cloudflare doesn't work out, Netlify or Zeit are great options

I would opt to delegate this to a remote service like Open Policy Agent

Personally, I like the heirarchy that Nomad uses around Tasks and Task Groups

> for k8s Have you looked at what Strimzi or the Confluent Helm Charts / Operator uses for healthchecks? Otherwise, listing topics via bootstrap servers, for example, should be good...

Alright, well, glad it worked for you. Here's the source of truth, which I believe the documentation is generated based on https://github.com/confluentinc/schema-registry/blob/master/core/src/main/java/io/confluent/kafka/schemaregistry/rest/SchemaRegistryConfig.java#L87