Erick Audet M.Sc.

Results 3 issues of Erick Audet M.Sc.

`AttributeError: 'NoneType' object has no attribute '__click_params__'` from this hello world example: ``` import click import napkin @click.command() @click.option( "--cache_dir", "-cd", type=click.Path( exists=True, file_okay=False, dir_okay=True, path_type=str, writable=True ), ) @napkin.seq_diagram()...

Hi, The plugin, from GitHub's main branch, throws an error when consuming a topic with simple json as well as a topic with avro messages. I'm using the latest versions...

I POST the following json configuration: ``` { "name": "elastic-source", "config": { "connector.class": "com.github.dariobalinzo.ElasticSourceConnector", "tasks.max": "1", "es.host": "opensearch-node1;opensearch-node2", "es.port": "9200", "es.scheme": "https", "es.password": "********", "es.user": "admin", "es.tls.keystore.location": "/usr/share/confluent-hub-components/cacerts", "es.tls.keystore.password": "********",...