Mina Naguib

Results 6 comments of Mina Naguib

Running into the same issue. - Kafka 0.8.11 - sarama: commit "c372abcbb917eb838df44dd6a0cfc3a43dba6fd2" Merge: "e4bd495 484777e" - kafka/consumergroup: commit "1ff806bb203e104e04d49189220d267d37e46758" Merge: "46f9a1c 610c397" Looks like the issue is due to `nil`...

Hi @jaredye I applied a patch on my personal fork. Would you mind doing a quick test run? Curious to see if it solves your problem as well. https://github.com/warebot/kafka

@pboling @bglusman Thank you for your prompt replies. Our current application requires us to persist and query documents that are n-level(s) deep, where n is arbitrary i.e nested attributes/documents. e.g....

@pboling @bglusman Actually the `:raw` type looks pretty interesting. I wasn't aware of its existence since it was not listed as a field type in the README. It also looks...

@pboling @bglusman The `:raw` field was indeed what I was looking for. It was just missing from the frozen version that we were using `1.2.1`. We were able to persist...

@bglusman I appreciate the heads up. Unfortunately, given the arbitrary nature of our documents, this is something we probably won't be able to escape.