Results 6 comments of Colin Breck

@ennru, we just encountered this issue using v0.22. We stopped consuming a subset of topic partitions after the error: `KafkaConsumer poll has exceeded wake up timeout (3 seconds). Waking up...

I work for the same organization as @cpaika, so I have a similar M1 Mac setup. I _can_ build duckdb (`build/release/duckdb`) and the sqlite_scanner extension (`build/release/extension/sqlite_scanner/sqlite_scanner.duckdb_extension`). My build fails later...

If I comment out [this line](https://github.com/duckdb/duckdb/blob/bf77fe948d32d3f05ac1012be1cade453be1f440/CMakeLists.txt#L677), it builds. That line was originally introduced by @jkub [here](https://github.com/duckdb/duckdb/pull/5653/commits/a51079a146bd313dea35664c85c1c83cae6ca35c#diff-1e7de1ae2d059d21e1dd75d5812d5a34b0222cef273b7c3a2af62eb747f9d20aR764), then modified by @Mytherin [here](https://github.com/duckdb/duckdb/commit/f9b31c2b567beef1d717c212f9f80dbc4b6ccb3a#diff-1e7de1ae2d059d21e1dd75d5812d5a34b0222cef273b7c3a2af62eb747f9d20aR794) then [here](https://github.com/duckdb/duckdb/commit/e5e1d715d63a6820642c051c68010f89f6c7c3e8#diff-1e7de1ae2d059d21e1dd75d5812d5a34b0222cef273b7c3a2af62eb747f9d20aR794). With [CMAKE_VERBOSE_MAKEFILE](https://github.com/duckdb/duckdb/blob/bf77fe948d32d3f05ac1012be1cade453be1f440/CMakeLists.txt#L30) set to `ON`, the output...

If this PR is going to be merged, don't forget to update the links on the landing page in `introduction.md`. Go wasn't included there and at first I thought support...

@mlafeldt, yes, that's what I'm doing. I wrote about how I'm building libduckdb: [Securing DuckDB, Improving Startup Time, and Working Offline](https://blog.colinbreck.com/securing-duckdb-improving-startup-time-and-working-offline/). Then I include `duckdb-rs` at the same version in...

I created https://github.com/duckdb/duckdb-rs/issues/461 for further discussion on some needs I have that would benefit from the approach used here.