Zafer Balkan

Results 181 comments of Zafer Balkan

May I suggest using [rqlite](https://github.com/rqlite/rqlite) for rules and configuration? Using a distributed local database might enable you to ignore master-worker separation by eliminating the tasks below thanks to raft algorithm...

Another tissue is that the API is not faithful to the RESTful principles. Some API endpoints are specifically designed for the dashboard. Therefore they contain state for the dashboards. In...

We'll have to wait for .NET 11, to be released on November 2026 according to this issue on dotnet runtime: https://github.com/dotnet/runtime/issues/59591

Thank you. Copilot have some valid points in minor things as well. I'll fix it and push today. It was 60 seconds by default. I made it longer for performance....

I guess it is better this time.

Hi @vanhecke, May I ask what problem are you trying to solve?

So, I guess you already tested using the HTTP target and found that is the bottleneck, right? Can you please let us know about your test setup so that we...

AFAIK, if the daemon uses stdout/stderr and the daemon is managed by systemd, journald can handle the rest. There must not be a special requirement.

I started small with minimal changes. Whenever an issue is merged, I’ll work on the next one. Until we got 90% coverage, I'll proceed. Then, I'll go on with DnsServer.

If one day the HTTP API becomes a RESTFUL API, which means the API results are decoupled from the view, then I may work on writing a Python SDK for...