HackerTrans
TopNewTrendsCommentsPastAskShowJobs

audnaun252

no profile record

comments

audnaun252
·vor 3 Jahren·discuss
The function's event data and current state is all stored in table storage, so you could query that - I'd expect you'd need to query an event-store-based solution in a similar way?
audnaun252
·vor 3 Jahren·discuss
Modelling domain events is useful for describing the problem your trying to solve with the domain experts, and it should probably be left in the documentation when planning a solution.

For actually implementing a system that provides an audit trail of long-lived state machines, you're probably better off using something like Temporal.io/durable functions which uses event sourcing internally for their persistence, and has a programming model which forces you to think about deduplication/idempotency by adding different constraints for the code that orchestrates the functionality (workflows), vs the code that actually interacts with the real world (activities)
audnaun252
·vor 3 Jahren·discuss
they should have this verification flow in-app. emails seems a bit phishy
audnaun252
·vor 3 Jahren·discuss
Article doesn't even have anchor tags
audnaun252
·vor 3 Jahren·discuss
seems like a lot of effort - could you have moved the map state to rust instead? to invoke the AuthCrypto.verifySignature with just the key?