-
I saw that some oauthbearer/OIDC related constants are defined in file
https://github.com/morganstanley/modern-cpp-kafka/blob/122678e881de94721458fd948f38e65366b68689/include/kafka/ClientConfig.h#L1…
-
Instead of depending on `make/msbuild etc`, we should use only modern `cmake` and `ctest`, such as
```shell
cmake -B build -DCMAKE_FLAGS...
cmake --build build --parallel 4 [--target ... ]
ctest…
-
On Msys2/Mingw64 environment using clang compiler,
...
```
Step 1/4. Building instrumented executable ...
make ARCH=x86-64-modern COMP=clang clang-profile-make
make[1]: Entering directory '/c/Use…
-
Since `modern-cpp-kafka` only works with recent versions of `librdkafka`, I see myself forced to not use the system-provided version of `librdkafka`.
I considered `vcpkg`, but it did not seem feasi…
-
Hello
I had no Err() when using `append_row(params![None])`) when the target column is indeed `NOT NULL`.
And did not find a way to check how many lines were actually inserted ...
Does it soun…
-
Description
===========
I am trying to build a project with librdkafka library in docker. Docker image builds succesfully and all dependencies are linked correctly, but when I build app, where I use…
-
What are your thoughts about modern (smart) pointer styles? Should we use this for recommendations in the style guide?
https://docs.microsoft.com/en-us/cpp/cpp/smart-pointers-modern-cpp?view=msvc-160
-
https://zhxilin.github.io/post/tech_stack/1_programming_language/modern_cpp/cpp17/structured_bindings/
C++17提供了结构化绑定机制,可以使用指定名称绑定到初始化的子对象或元素上,与引用绑定别名类似,但结构化绑定的类型不需要是引用类型。得益于自动推导技术越来越成熟,通过`auto`声明的多…
-
This is because ccache doesn't cache when the input comes from stdin. We can fix this by either
1. calling gcc proper; or
2. piping cpp output to an intermediary .i file and then using the path of…
-
### Checklist
- [X] Checked the issue tracker for similar issues to ensure this is not a duplicate
- [X] Read the documentation to confirm the issue is not addressed there and your configuration is s…