Skip to content

Commit b1fb81a

Browse files
authored
cleanup legacy consumer (#43)
1 parent bff341a commit b1fb81a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

php_simple_kafka_client_int.h

-2
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,7 @@ typedef struct _kafka_object {
7575
rd_kafka_type_t type;
7676
rd_kafka_t *rk;
7777
kafka_conf_callbacks cbs;
78-
HashTable consuming;
7978
HashTable topics;
80-
HashTable queues;
8179
zend_object std;
8280
} kafka_object;
8381

0 commit comments

Comments
 (0)