Hugo Nijhuis HugoNijhuis
  • Joined on 2025-12-29
HugoNijhuis pushed to main at flowmade-one/aether 2026-01-10 18:04:05 +00:00
b6de82c8ee Add error handling note to Quick Start example
655ee0ac49 Add README with quick start example
Compare 2 commits »
HugoNijhuis merged pull request flowmade-one/aether#47 2026-01-10 18:04:03 +00:00
[Issue #44] Add README with quick start example
HugoNijhuis commented on pull request flowmade-one/aether#47 2026-01-10 18:03:46 +00:00
[Issue #44] Add README with quick start example

Review feedback addressed: Added comment noting that error handling is omitted for brevity in the Quick Start example.

HugoNijhuis pushed to issue-44-readme at flowmade-one/aether 2026-01-10 18:03:42 +00:00
ac068f7f62 Add error handling note to Quick Start example
HugoNijhuis deleted branch issue-19-namespace-scoped-stores from flowmade-one/aether 2026-01-10 18:03:07 +00:00
HugoNijhuis merged pull request flowmade-one/aether#48 2026-01-10 18:03:04 +00:00
[Issue #19] Add namespace-scoped event stores
HugoNijhuis pushed to main at flowmade-one/aether 2026-01-10 18:03:04 +00:00
f62964bf3b Add namespace-scoped event stores for storage isolation
HugoNijhuis commented on pull request flowmade-one/aether#48 2026-01-10 18:02:58 +00:00
[Issue #19] Add namespace-scoped event stores

AI Code Review - Namespace-Scoped Event Stores

This is an automated review generated by the code-reviewer agent.

Summary

This PR successfully implements namespace-scoped event stores with…

HugoNijhuis created pull request flowmade-one/aether#48 2026-01-10 18:01:14 +00:00
[Issue #19] Add namespace-scoped event stores
HugoNijhuis pushed to issue-19-namespace-scoped-stores at flowmade-one/aether 2026-01-10 18:01:09 +00:00
f62964bf3b Add namespace-scoped event stores for storage isolation
HugoNijhuis created branch issue-19-namespace-scoped-stores in flowmade-one/aether 2026-01-10 18:01:08 +00:00
HugoNijhuis commented on pull request flowmade-one/aether#47 2026-01-10 17:59:43 +00:00
[Issue #44] Add README with quick start example

AI Code Review

This is an automated review generated by the code-reviewer agent.

Summary

Excellent documentation that clearly explains what Aether is and provides a practical quick…

HugoNijhuis created pull request flowmade-one/aether#47 2026-01-10 17:58:43 +00:00
[Issue #44] Add README with quick start example
HugoNijhuis created branch issue-44-readme in flowmade-one/aether 2026-01-10 17:58:33 +00:00
HugoNijhuis pushed to issue-44-readme at flowmade-one/aether 2026-01-10 17:58:33 +00:00
8900a1560b Add README with quick start example
HugoNijhuis merged pull request flowmade-one/aether#41 2026-01-10 17:48:05 +00:00
[Issue #39] Handle malformed events during JetStream replay with proper error reporting
HugoNijhuis pushed to main at flowmade-one/aether 2026-01-10 17:48:05 +00:00
484e3ced2e Merge pull request '[Issue #39] Handle malformed events during JetStream replay with proper error reporting' (#41) from issue-39-malformed-events into main
2bf699909b Handle malformed events during JetStream replay with proper error reporting
Compare 2 commits »
HugoNijhuis pushed to issue-39-malformed-events at flowmade-one/aether 2026-01-10 17:48:05 +00:00
2bf699909b Handle malformed events during JetStream replay with proper error reporting
200dd5d551 Merge pull request '[Issue #35] Add mutex protection to ConsistentHashRing for thread safety' (#40) from issue-35-hashring-mutex into main
4666bb6503 Add mutex protection to ConsistentHashRing for thread safety
Compare 3 commits »
HugoNijhuis pushed to main at flowmade-one/aether 2026-01-10 17:47:54 +00:00
200dd5d551 Merge pull request '[Issue #35] Add mutex protection to ConsistentHashRing for thread safety' (#40) from issue-35-hashring-mutex into main
4666bb6503 Add mutex protection to ConsistentHashRing for thread safety
Compare 2 commits »
HugoNijhuis merged pull request flowmade-one/aether#40 2026-01-10 17:47:53 +00:00
[Issue #35] Add mutex protection to ConsistentHashRing for thread safety