ftfbroker

Protobuf definitions and python clients for ftf services


Keywords
kafka, protobuf, python
License
MIT
Install
pip install ftfbroker==0.0.3

Documentation

FTF Broker

Build Status

This repository contains protobuf schema definitions and typed python consumer/producer for ftf services

Usage

Usage examples are shown in cli/

Supported Environment Variables

All supported environment variables are listed and documented in environment.py

Extending a Protocol Buffer

  • You must not change the tag numbers of any existing fields.
  • You must not add or delete any required fields.
  • You may delete optional or repeated fields.
  • You may add new optional or repeated fields but you must use fresh tag numbers (i.e. tag numbers that were never used in this protocol buffer, not even by deleted fields).

For further details see protobuf docs

Release a new version

$ make release
# Enter version
$ git push --tags