Ryan Davis
Ryan Davis
This build fails because of a unit test I no longer think is valid, but would like some confirmation before changing it. See #559
I'm also interested in getting some health information from an eph to include in kubernetes health probes.
I also wanted to use `ReceiveFromTimestamp` with `eph`. I think I found a workaround with [NewStorageLeaserCheckpointer](https://pkg.go.dev/github.com/Azure/azure-event-hubs-go/v3/storage#NewStorageLeaserCheckpointer) and [WithInitialCheckpoint](https://pkg.go.dev/github.com/Azure/azure-event-hubs-go/[email protected]/storage#WithInitialCheckpoint): ```go leaserCheckpointer, _ := storageLeaser.NewStorageLeaserCheckpointer( credential, accountNmae, containerName, env, storageLeaser.WithInitialCheckpoint(func() persist.Checkpoint {...
After much debugging, here's a workaround that mostly works: ```go type TimestampCheckpointer struct { eph.Checkpointer start persist.Checkpoint initialized sync.Map } func NewTimestampCheckpointer(t time.Time, inner eph.Checkpointer) *TimestampCheckpointer { return &TimestampCheckpointer{ Checkpointer:...
Looks like `file-type` has fixed their bug upstream, and also introduced backwards incompatible API changes. I think a small patch to `cli.ts` might do it. Is this project still active?
I was getting this error > 'globalTypes.ts' cannot be compiled under '--isolatedModules' because it is considered a global script file. Add an import, export, or an empty 'export {}' statement...
I'm seeing a similar error. I think my conflicts are due to this dependency tree: - my app - graphql ^15 - apollo 2.33.8 - graphql 14.0.2 - 14.2.0 ||...
It looks like #2248 might fix this problem
I think this issue is essentially a duplicate of #2232
sketch/plan high level software architecture: http://ryepup.github.io/c4-lab/, source at https://github.com/ryepup/c4-lab