RomanOlegovich
RomanOlegovich
@richvdh Can [workers](https://github.com/matrix-org/synapse/blob/develop/docs/workers.md) help solve this problem?
@richvdh What is a way to fix this and create room with expected alias, may be [delete](https://matrix-org.github.io/synapse/v1.39/admin_api/rooms.html#delete-room-api) broken room and re-create again?
I'll try to get the logs. I don't think it should work like that. If I create a small number of rooms - everything works fine. Problems start if you...
I think reason of this issue [described here](https://github.com/matrix-org/synapse/issues/13427) and [here](https://github.com/matrix-org/synapse/issues/8895)
@H-Shay hi, can't share logs but I known this is issue is connected to https://github.com/matrix-org/synapse/issues/13427
Thank for quick answer. 1. I did not change the log level. I'll try it. 2. I not sure it got disconnected or not.... 3. I have app events, each...
What logging levels do you recommend https://github.com/BEagle1984/silverback/blob/master/docs/concepts/logging.md ? - Core - Integration - Kafka
LogLevel changed, we will check for errors... Yes you are right. Also I have a problem. Maybe it's related. I don't have persistent storage for kafka and zookeper yet. So...
I have event A and B, consumer A and B, topic A and B. On event A produced, consumer B stoped (and vice versa) with OperationCanceledException. What do you think...
I was no longer able to reproduce the problem, if it appears again I will let you know. The only thing I did was to remove the call to ConfigureSilverback...