Hayley Campbell

Results 49 comments of Hayley Campbell

We should also decrease the log level of the SSL certificate messages when a TCP connection is made to the server. These should be Trace or Debug rather than Information

Hi @pivonroll, we would like to support this feature at some point in the future, but at the moment calling `Stop` would cause most subscribers to simply retry the subscription....

We could possibly "fix" this by filtering out the `PersistentConfig1` events in the specific event type in the filter used by persistent subscriptions. We already use this to filter out...

Ah you're right! I can't see anywhere in the code that's checking the event type when reading it out. Given that the config events are only written to a system...

@oskardudycz It shouldn't do, and you can get access to the subscription config through the various APIs rather than reading it from the stream. The subscription config is also written...

@tambeau This is a code change that still needs to be done in the core database.

There are some changes that still need to be made to the projections gRPC API, which should clear up some of those discrepencies. However, we will be removing support for...

@riccardone Yeah, we'd need a new Warning result in ScavengeResult. Also, if there is a warning, I think the scavenge's error message should be set to"X chunks were skipped due...

Hi @hg-jarlinghaus, thanks for reporting this! Do you see any errors on the server when you create the final subscription? What is your use-case for running so many subscriptions from...

After some internal discussion about this, I think it would be better to implement an option per projection to enable changing the execution and compilation timeouts without having to restart...