Skip to content
Merged
3 changes: 1 addition & 2 deletions DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ If librdkafka is installed in a non-standard location provide the include and li

$ C_INCLUDE_PATH=/path/to/include LIBRARY_PATH=/path/to/lib python -m build

**Note**: On Windows the variables for Visual Studio are named INCLUDE and LIB
**Note**: On Windows the variables for Visual Studio are named INCLUDE and LIB

## Generate Documentation

Expand Down Expand Up @@ -45,4 +45,3 @@ If you make any changes to the async code (in `src/confluent_kafka/schema_regist


See [tests/README.md](tests/README.md) for instructions on how to run tests.

257 changes: 231 additions & 26 deletions src/confluent_kafka/schema_registry/_async/schema_registry_client.py

Large diffs are not rendered by default.

Loading