Andreas Dirnberger

Results 134 comments of Andreas Dirnberger

@Aaronontheweb here is the demo cycle watch https://github.com/Zetanova/CycleReader It is currenlty only for win, will make linux/OS in the next days

@Aaronontheweb Its not possible to read some counter to get a "cpu-work done" value. There are some registers in x64 and armv6+ to read cycles for the thread out, but...

I am searching desperately for a method to connect a single container started by docker-compose on "Docker for Desktop" (visual studio 2017, dotnet 2.2 in debug) to a remote kubernetes...

Somewhere in the activation loop, it tries to remove the webhook and trigger entry from zendesk and after create them again. The issue is somewhere in this process, the webhook...

I made this proposal on ready view years ago. It is somewhere in the issues. I want to mention view points that should be in the design. - add support...

@ripienaar On schedule of the job the message should be send with an dedicated reply address of the job. Consumers could reply to the received message transparently. Each job schedule...

@ripienaar if a default reply inbox is to much to implement, only a optional subject-template with defined headers would be fine. Example: ``` nats pub -H "Nats-Schedule: @hourly" -H "Nats-Schedule-Reply:...

@ripienaar In actor model is a well know pattern of message `receiver` and optional `sender` This is the exact same in nats with message `subject` and optional `reply` This make...

If the scheduler cannot listen directly on the `Reply-To` subject like: `nats sub --count 1 --wait 60s --no-ack --subjects-only _INBOX.A.2.0` Then the scheduler would need to create custom D (Relay...

I read the introduction again and I think that I got the term `stream` wrong. You mean this schedule service is a managed JetStream that auto-generates message in a schedule...