Yuan Jing Vincent Yan
Yuan Jing Vincent Yan
@Simon-Sandrew and @Jonathanadotey77 expressed interest in working on this project. They will be working on a basic wrapper on Q3/Q4 2023.
@hallfox For your awareness
For session and message events: ``` typedef void(*z_bmqa_OnSessionEvent)(const z_bmqa_SessionEvent* event); typedef void(*z_bmqa_OnMessageEvent)(const z_bmqa_MessageEvent* event); struct z_bmqa_SessionEventHandler { z_bmqa_OnSessionEvent event_cb; z_bmqa_OnMessageEvent message_cb; }; z_bmqa_SessionEventHandler event_handler = { .event_cb = my_event_fp, .message_cb...
Simon and Jon has been working on this project under Taylor and my guidance.
@Simon-Sandrew Thanks for the PR! Two quick things: 1. Could you run `clang-format` over your changes? The CI Formatting Check check is failing. 2. Could you sign off your commits...
@hallfox Would you like to take a look at whether the basic code layout and directory structure make sense? And then I can take a more-depth look.
> Out of interest, is there an ETA for getting an initial C SDK merged? I’m considering experimenting with Rust bindings and a C / FFI interface would be awesome....
@pniedzielski Adding you as a reviewer
> What type of routing, if any, do we want for the following commands: > > `CACHE_CLEAR` commands: > > ``` > DOMAINS RESOLVER CACHE_CLEAR > CONFIGPROVIDER CACHE_CLEAR > ```...
> What type of routing, if any, do we want for the following commands: > > `CACHE_CLEAR` commands: > > ``` > DOMAINS RESOLVER CACHE_CLEAR > CONFIGPROVIDER CACHE_CLEAR > ```...