Gwen Shapira
Gwen Shapira
This seems really important, otherwise you need the full `_detailed` in order to check whether `None` means "expected 204" or "unexpected error". From @dbanty response, it looks like we are...
pattern.split will return an array (http://docs.oracle.com/javase/7/docs/api/java/util/regex/Pattern.html#split(java.lang.CharSequence)) I'm converting it to a list. Flatmap takes the stream of lists (or any other iterable), flattens it into a stream of events and...
even better 👍
just ran into ZK failure to start due to lack of Java... I think that swallowing the error isn't the right behavior here. I had to run the "bash -x...
Finding the error will be easier if it goes to /var/log/kafka like the rest of the logs... I checked there first, but it was empty
I wrote it this way: ``` ubuntu@ip-172-31-73-209:~$ confluent help connect ``` There is no output
FWIW, we also ran into this issue. Hopefully Google can validate these soon and the simple fix can be merged and released.
This is a good point. Indeed, I used async local storage in other examples (Like Drizzle and Prizma) to avoid this issue. I wanted to keep this example a bit...
This looks good and summarizes well what I've found in other sources. Merging it will be helpful.
This is still not fixed, and have been open for a year now. Does everyone really install from the github repo? Is it so hard to do a release? Anyway,...