I'm trying to run my Kafka streams application under the "Asia/Istanbul" timezone. I'm not talking about the Timestamp extractor feature of Kafka streams. It means that I want to use windowing at different timezone. And after processing has been completed, I want to push windowStartime and windowEndtime using the timezone.
I tried to change the timezone environment using docker, changing the spring boot environment variables, but those didn't work.
My working set up is including Spring Cloud Stream, Kafka streams binder, and Docker.