Skip to content

Releases: Ycallaer/kafka_proto_py

Fix Security issues and Upgrade Confluent 7.2.0

04 Jan 12:46
e0452f9
Compare
Choose a tag to compare

This releases inclused the following:

  • Upgrade to confluent 7.2.0
  • Fixes the protobuf version security issues

Connector Use Cases

30 Mar 15:04
478f0ac
Compare
Choose a tag to compare

In this release additional connector use cases have been added to the repo.
The readme has been brought up to date

Influxdb and version flexibility

29 Mar 17:43
46883d9
Compare
Choose a tag to compare

The following changes were introduced in this release:

  • Support for influxdb
  • Adding mysql to the docker compose
  • Adding license
  • Possibility to configure versions and dockerhub repos through .env file

Python kafka producer with additional tech

28 Mar 14:28
823b413
Compare
Choose a tag to compare

The following release introduces a working kafka protobuf producer, in python, that registers the schema and stores the data to several topics.
The following technologies are being used:

  • kafka confluent standalone - 6.1.0
  • ElasticSearch - 7.12.0
  • Kibana - 7.12.0
  • Postgress - 11

A kafka connect configuration has been added that reads the data from 1 of the topics and pushes it into ELK.