>> From: Rob Sargent <robjsargent@gmail.com>
>> Sent: Thursday, March 24, 2022 3:37 PM
>>
>> I think this while loop is not going to exit.
>> Maybe while (idx < 1000)
Yeah, I purposely didn’t want it to exit since I was trying to simply/easily simulate a Java service that is waiting to handle requests (running as a Kubernetes pod). If the database connection had worked, I wanted to be able to exec into the running Kubernetes pod. I just kill the pod when I want it to stop.
Thanks,
Becky