-
Moving this implementation to 0.8.2-02 because we at least have a sync producer implementation in Python.
-
I've added
var emailField = $('#id_email').parsley();
window.ParsleyUI.addError(emailField, "emailError", "Your email address isn't valid");
to my form (I'm trying to integrate it with MailGun Vali…
-
I want to log the offset and partition id If a process handled a mesaage failed. So I can use the log to redo those messages.
It seems like we can get the partition id after scanning the source code. …
-
Really not sure what's going on, I'm using the latest version of jquery and it's possible there is some kind of conflict.
But the following is not working or being fired
``` javascript
$('#quanti…
-
Hi,
I've a consumption loop
```
#!/usr/bin/env python
import pykafka
from consumeconfig import *
import time
import logging
log= logging.getLogger(__file__)
console_handler = logging.StreamHandl…
-
I noticed that new consumer groups don't start consuming from the end of a topic even if `auto_offset_reset=-1` (the default), unless I also set `reset_offset_on_start=True`. However, if I set `reset…
-
here is what I added to my user.json to have a sound experience for the focus on browing sites, in order of priority: 1. Germany, 2. EU, 3. USA, blocking ads, especially tracking and the likes
``` js…
ghost updated
9 years ago
-
I use pip install pykafka, and encountered problems.
python version 2.6.6
pykafka version 1.0.3
I am not sure it is python version issue. please help.
[root@hadoop-av1 ~]# easy_install pykafka
…
-
We don't update the clojure lib often, but the current is 0.0.4-SNAPSHOT whereas the python lib is at 1.0.1. This is pretty confusing, and the two versions should ideally match.
-
``` python
>>> partition.latest_available_offsets()
fetch_offset_limit(self, offsets_before, max_offsets)
100 self.topic.name, self.id, offsets_before, max_offsets
101 )
-…