We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de2fc04 commit ffbaecdCopy full SHA for ffbaecd
DEVELOPER.md
@@ -56,7 +56,6 @@ C_INCLUDE_PATH=/path/to/include LIBRARY_PATH=/path/to/lib python -m build
56
```bash
57
python3 -c "import confluent_kafka; print('Setup successful!')"
58
59
-
60
#### Local Setup with UV
61
62
Alternative setup instructions tested with python 3.11
src/confluent_kafka/src/confluent_kafka.h
@@ -91,16 +91,6 @@
91
#endif
92
93
94
-#define CK_LOG_EMERG 0
95
-#define CK_LOG_ALERT 1
96
-#define CK_LOG_CRIT 2
97
-#define CK_LOG_ERR 3
98
-#define CK_LOG_WARNING 4
99
-#define CK_LOG_NOTICE 5
100
-#define CK_LOG_INFO 6
101
-#define CK_LOG_DEBUG 7
102
103
104
105
/****************************************************************************
106
*
0 commit comments