No, you don’t need to close WebClient; it’s thread-safe and reusable. It uses Reactor Netty’s connection pool, which manages resources automatically. For long-lived apps like Telegram bots, use a single instance (e.g., define it as a Spring bean) to optimize performance.