Skip to content

Private clients in schema registration task

Compare
Choose a tag to compare
@Strech Strech released this 03 May 20:52
· 34 commits to master since this release
8574098

Starting this version a new command-line argument --module MODULE added to the schema registration mix task. It allows you to use your private Avrora client modules to be used for schema registration.

Example

$ mix avrora.reg.schema --name io.confluent.Payment --as MyCustomName --module MyClient

Enjoy ✌️