My app was processing messages from Kafka and suddenly it stopped and in the middle of processing. I don’t see any resource issue either. Is this based on auto shutdown because no HTTP request is coming in during this ? How to handle it from not terminating while processing ?
so If I ping my app for every message it process it should keep the app alive ? is there a private address for the app that I can call to avoid going public route or do I need to call my hostname to hit fly proxy ?