Skip to content

issues Search Results · repo:kurrent-io/EventStore-Client-Go language:Go

Filter by

76 results  (105 ms)

76 results

inkurrent-io/EventStore-Client-Go (press backspace or delete to remove)

Hi ESDB team, Thank you for the great works and detailed documents. I am following the documentation to implement my service with esdb but I found that there is a slight difference between official document ...

Looks like the following: eventData := esdb.EventData{ ContentType: esdb.ContentTypeJson, EventType: TestEvent , Data: data, } in https://github.com/EventStore/EventStore-Client-Go/blob/c29aa7d3ce9c0aadc7d2bfa3dd060f2865efb227/samples/quickstart.go#L42C21-L42C36 ...

In a cluster mode setup of EventStoreDB, when the leader node of the cluster drops and we attempt to use ReadStream method, it raises an error and doesn’t rebalance with the updated cluster members. This ...

I have seen this panic a couple of times in our integration tests: { level : error , msg : subscription has dropped. Reason: [rpc error: code = Unavailable desc = error reading from server: EOF] } panic: ...

Normally you would expect ok to be true, if a type assertion is correct, see e.g.: https://go.dev/tour/methods/15 However for the FromError method the return value is false, when the underlying type assertion ...

The only way to get customProperties seems to be as marshalled Json. Shouldn t there be a GetCustomProperty or GetCustomProperties method on StreamMetadata too? type StreamMetadata struct { maxCount ...

Relevant ESDB thread: https://discuss.eventstore.com/t/persistentsubscription-issues-with-multi-node-deployment/5268 [ErrorCodeNotLeader] the request needing a leader node was executed on a follower node ...

// PersistentAllSubscriptionOptions options for most of the persistent subscription requests. type PersistentAllSubscriptionOptions struct { ... // Requires the request to be performed by the leader ...

I make the following function call in my codebase _, err = e.client.AppendToStream( ctx, streamID, appendOptions, esdbEvents..., ) When esdbEvents contains more than one event, anything ...

Exposed vulnerabilities: - https://www.cve.org/CVERecord?id=CVE-2022-41727 - https://www.cve.org/CVERecord?id=CVE-2023-29407 - https://www.cve.org/CVERecord?id=CVE-2023-29408 Introduced through: ...
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! Restrict your search to the title by using the in:title qualifier.