lucian
lucian
add headers to PM correlation func
### Description Hello, trying to do a simple demo with ballerina & Jetstream pub/sub with auto or manual ack on consuming. 1. auto ack - not working receiving messages again...
### Component(s) router ### router version 0.222.0 ### What happened? When subscribing to a subscription via SSE, cosmo router is blocking the response until at least one message is received...
### router version 0.222.0 ### What happened? Introspection query ``` query IntrospectionQuery { __type(name: "__Directive") { fields { name } } } ``` or ``` query IntrospectionQuery { __type(name: "__Schema")...
- Added `process-runtime.ts` to manage process execution and event handling. - Introduced `applyHistory` function to apply event history to process instances. - Implemented `handleEvent`, `startProcess`, and `applyNewEvent` functions for event...
Hello, using the demo ``` import express from 'express'; // yarn add express import { createHandler } from 'graphql-sse/lib/use/express'; import { schema } from './my-graphql/index.mjs'; const handler = createHandler({ schema...