Changgu Han
Changgu Han
**Expected Behavior** When using multiple kafkaTemplates with observations, the kafkaAdmin made automatically can connect to kafka with SSL. **Current Behavior** When using multiple kafkaTemplates with observations, the properties for sasl,...
Motivation: Add blockingTaskExecutor in Thrift services #4917 Modifications: - Add useBlockingTaskExecutor into THttpServiceBuilder.java - Apply useBlockingTaskExecutor into THttpService.java Result: - Closes #4917. (If this resolves the issue.) - User can...
Motivation: - Replace synchronized blocks in retrofit2 for Virtual Thread - This is improvement of #4610 Modifications: - remove `synchronized` in ArmeriaCallFactory's createRequest() by using CAS - Add comments related...