Luis Fernando Villanueva Pérez
Luis Fernando Villanueva Pérez
False possitives will appear when pylint's jobs setting is != 1. https://pylint.readthedocs.io/en/latest/user_guide/run.html#parallel-execution This happens when running against a project rather than a single file.
❗ WIP https://github.com/lucsorel/py2puml/issues/11
[Pyreverse ](https://pylint.pycqa.org/en/latest/additional_commands/index.html#pyreverse) is a command included with `pylint` that analyzes your source code and generates package and class diagrams. Since version 2.10.0 it includes a plantuml printer https://pylint.pycqa.org/en/latest/whatsnew/changelog.html?highlight=plantuml#what-s-new-in-pylint-2-10-0
This is a POC at this point. requires comunity input. Adds a new `extra_kwargs` property to allow passing extra settings to kafka clients.
I think it would be a good thing to be able to use [schema registry](https://docs.confluent.io/platform/current/schema-registry/index.html) to serialize/deserialize messages produced/consumed by async actors. I don't know if there is already a...
In order to use authentication for Kafka additional parameters are required. Since the implementation uses `confluent-kafka` based on `librdkafka` the parameters are known to people exposed to Kafka. I did...
WIP to retrieve a model instance from the avsc file path. https://github.com/godatadriven/pydantic-avro/issues/37
WIP for https://github.com/godatadriven/pydantic-avro/issues/32
I would like to generate models on the fly.
example: ```json { "name": "payload", "doc": "Payload of the message.", "type": { "name": "payload", "type": "record", "fields": [ { "name": "from", "type": "int" }, { "name": "import", "type": "int" }...