|
|
|
|
|
by manigandham
3711 days ago
|
|
There really isn't much lock-in when it comes to event logging systems. Just change the interface your code uses to whatever service you need. There might be a little refactoring to handle topics in the different ways but it's all ultimately the same thing. Since logging by nature offers asynchronous processing, you can migrate your publishers first and then the consumers without any downtime. |
|