Kodeine
Kodeine
@smchae oh thanks, im using ionic3 as well.
any idea how soon you're planning for this?
@SkyaTura do you mind adding kafka support as well or eventstore.com?
we are facing same issue, any help would be appreciated, the only way to start this is by ssh'ing to the pod and running, `patronictl restart timescaledb` #$ cat /etc/timescaledb/patroni.yaml...
@SkyaTura were you able to further enhance this and add kafka and eventstore.com?
@Nytyr any idea why this wasnt merged?
@AlexandreDecollas i fixed that error on 4.x branch locally
duplicate of #70 i used ``` export const eventBusConfig = (allowedEvents): EventBusConfigType => ({ read: { allowedEvents, }, write: { serviceName: process.env.APP_NAME, validate: null, prepare: null, }, }); ``` but...
Okay so the problem is in the readme and interface. ``` export const eventBusConfig = (allowedEvents): EventBusConfigType => ({ read: { allowedEvents, }, write: { serviceName: process.env.APP_NAME, validate: false, ---->...
@jdharandas would you be able to help me figure this out?