-
I found most of the topics are about reading from some sources. But how to write the results to DB?
-
I'm new to Python.
I do my code as bellow and get this problem. Producer publish message to Kafka, but Consumer not receive any message.
I've follow below topic but not work for me.
[https://github…
-
Hello,
maybe Celery http://www.celeryproject.org/ + Kombu http://kombu.readthedocs.org/ could be used to distribute optimization to several computers.
Celery + HTTP Callback Tasks (Webhooks) http://…
-
For **consumer.commit_offsets(partition_offsets)**, the documentation clearly mentions
"partition_offsets (Sequence of tuples of the form (pykafka.partition.Partition, int)) – (partition, offset) p…
-
Gists (and likely GitHub Markdown previews, eg README.md) include anchors which use CSS to load an icon. These end up in Markdown like so:
```
## Some Heading
[](https://.../...#some-heading)
…
-
**PyKafka version**: master ( commit - 9ae97cbcad4198b1b1ef58c25e4f51657c135688 )
**Kafka version**: 0.9.0
We have Kafka configured with a 3 node cluster. Also we have a producer producing messages,…
-
Maybe related: https://github.com/guillaumepotier/Parsley.js/issues/1129
Presumably broken via: #2346
If a number field has a decimal it does not validate properly on form submission, multi-pag…
-
I would like to consume and produce messages using PyKafka from within a Tornado application. I am potentially willing to contribute code for this. I have a few questions.
1. Are the maintainers…
-
Python has many debugging tools. Add or support a tool to attach to and debug a running streamparse component.
-
In CalDAV, new calendar is made via non-standard HTTP request MKCALENDAR.
Current version of NodeJS have no support for non-standard custom methods like this one (https://groups.google.com/forum/#!msg…