ylorph
ylorph
To add to the plot: scenarios : - subcribing to a stream that was _never_ appended to => should have _ReadResp.caught_up_ - subscribing to a stream that was appended _and_...
Is the (public part of ) the root cert of your organisation in the standard location ? If not you'll need place it somwhere accessible & configure `--trusted-root-certificates-paths` to point...
Good point, would a filter based on both the event type & the stream name work ? [https://github.com/EventStore/EventStore/blob/a3125bc11cebecd342f6421829201a9eeb8c90d6/src/EventStore.Core/Services/PersistentSubscription/PersistentSubscriptionCheckpointWriter.cs#L18C30-L18C89](https://github.com/EventStore/EventStore/blob/a3125bc11cebecd342f6421829201a9eeb8c90d6/src/EventStore.Core/Services/PersistentSubscription/PersistentSubscriptionCheckpointWriter.cs#L18C30-L18C89) something like ; ``` eventType=="SubscriptionCheckpoint" && streamName.startwith( "$persistentsubscription-") && streaName.endsWith("-checkpoint") ```
You can , but it will require some more advanced configuration https://developers.eventstore.com/server/v23.10/networking.html#network-configuration Maybe it will be easier if we follow up through cimmunity channeld (I'd suggest our discord server )...
FYI ; I added a linear issue to look at the EventStore.TestClient , as it is ising the tcp API for ot's work .
@lessless : could you also give the gossip info returned by each of the leader node ? you can use a curl call to the leader node `curl -X GET...
Yes @alexey.zimarev, this issue has been triggered by a discussion in Discord and prompted the creation of the other issue you mention Testing ( @pvanbuijtene) seems to proves it's IPV6
@Pentadome do you have any projections running and or is the subsystem started ? ( can you share your confirugration file as well ?)
The created date should not be used for business purpose , as it is just a moment in time, the one from the server and does not include any timezone...
yeah it's essentially a unix timestamp. In a majority of cases though it's not enough for business purposes