38. How to easily compile your Plugin with UE – EasyKafka example Posted by By ylazarev92 April 18, 2023Posted inMMO Game development This is a short post on how to compile your plugin code against another version of Unreal Engine. At times, when you upgrade your UE version, you may find that…
37. How to connect your Java Micronaut/SpringBoot with Kafka SASL Posted by By ylazarev92 April 17, 2023Posted inMMO Game development, Site development Part of the MMO journey, we need to make sure that we use scalable web systems. One thing we can do, is make our server event driven. Concept is to…