Tim van Deurzen
Tim van Deurzen
It seems that librdkafka has support for the Kafka Topic Admin API (https://github.com/edenhill/librdkafka/issues/986), are there plans for implementing this in CppKafka? If this is not yet on the roadmap, would...
When returning an array from a PHP function, exposed to SpiderMonkey, the array is turned into a JSON object, rather than an array. Regardless of whether we are returning an...
The roundtripper does not store or buffer the request body. This means that from the second try it will send the request with an empty body and an invalid content-length...