Sze Ka Wai Raymond
Sze Ka Wai Raymond
It is not reasonable to use In-memory eventBus for doing cqrs in production. Instead, we should use some message broker system for eventBus like Kafka. There are some questions in...
**Describe the bug** I followed the instruction here https://redhat-developer-demos.github.io/knative-tutorial/knative-tutorial/camelk/camel-k-eventing.html#camel-k-es-sink, using the master branch of this repository. The ran pod `timed-greeter-binding-cfcfb46d8-scrqn` got this error ```bash exec java -cp ./resources:/etc/camel/application.properties:/etc/camel/conf.d/_resources:/etc/camel/conf.d/user.properties:/etc/camel/resources:/etc/camel/sources/camel-k-embedded-flow.yaml:/etc/camel │ │...
https://tools.ietf.org/html/rfc6750#section-2.2 2.2. Form-Encoded Body Parameter When sending the access token in the HTTP request entity-body, the client adds the access token to the request-body using the "access_token" parameter. The client...
I would like to obtain the css and js mapping for server side rendering purpose. The produced assets.json does not contain the vendor js... How to make it works?
I'm taking look into implement cqrs with dapr. I'm not sure if I'm right or not. The cqrs flow should be like this... 1. For each aggregate type, we use...
## Expected Behavior `step2` should be logged as `reentrancy` is enabled. ## Actual Behavior `step2` is not logged because of the same actorId locking. ## Steps to Reproduce the Problem...
I have an actor within following method ```go func (t *TestActor) Invoke(ctx context.Context, req string) (string, error) { return "", errors.New("Custom Message") } ``` And I invoke the actor like...
As title. Is it possible to let ts-proto treat all google.protobuf.wrappers type as normal message field? for example, instead of returning boolean, we return { value: boolean }. I see...
Temporal is awesome! I read the documentation and tried the typescript examples. It do solve the current issue I am facing on distributed transaction. However, I found that Temporal officially...