Andreas Motl

Results 1428 comments of Andreas Motl

JFYI; I also just shared this at https://github.com/Azure/azure-functions-kafka-extension/issues/185.

Dear Magnus, thank you for your comment, appreciate it. Thanks also for just releasing librdkafka 1.5.2 GA incorporating all the recent improvements in this regard and beyond. Keep up the...

Hi again, as I recognized it might not have become exactly obvious from my elaborations above, I wanted to add some more details here regarding the recommended configuration settings when...

Hi again, I quickly wanted to share some more observations on this topic. On our Azure environment, we still saw some partitions occasionally stalling on the consumer side, even after...

Dear Ali, thanks a stack for creating this issue. > This might just be a documentation fix to warn that these cases exist. Or, perhaps a new argument could be...

With recent improvements, most notably https://github.com/crate/crate/pull/11165, which added the `gen_random_text_uuid()` scalar function, primary key values can be automatically generated when inserting new records. This was essential to make INSERT operations...

@mfussenegger stated at https://github.com/crate/crate-python/pull/442#discussion_r991056478: > We shouldn't write doctests to ensure the client functions. Doctests are to ensure examples in the documention work. The primary concern is the documentation, not...

> Apparently, `cursor.txt` is being tested, but `query.rst` is not. Vice versa, `query.rst` is part of the documentation, but `cursor.txt` is not. Coming from this situation, and aiming to implement...

Hi. My proposal to steward this into a better shape, is #464, still WIP. Early comments are welcome.

Wow, thanks for quickly looking that up. My thoughts have been similar, like »let's just take the `limit_clause` function from the PostgreSQL dialect?«.