Oğuzhan TORTOP
Oğuzhan TORTOP
hi, I also face the same problem. I deleted the topic using pulsar CLI after that I wanted to create same topic by just connecting producer, and sending message to...
> @oguzhantortop Thanks for providing the reproducing step! I'll try it later. Sorry I figured out that when I use KOP it creates a partitioned topic. And from pulsar-admin CLI...
> Here is a chart which contains kop and mop https://github.com/streamnative/charts/blob/master/charts/pulsar/values.yaml#L94 hi, isn't this chart based on streamnative platform instead of opensource pulsar. So just changing images would work or...
I closed the issue after seeing that my return value appended to the response. However despite calling my function callback each time sometimes i am seeing that I can't see...
I have debugged the outgoing connections a little bit and realized that Spring AI makes two subsequent requests. First for gathering required method call. Second user prompt with gathered method...
Hi, I am using openAI and registered a function for setting SQL parameters. When I ask a related question such as : "draw a chart of top selling products" I...
Password expires in the outer system so I am unaware of expiration. If it is possible to stop retrying login when the password is wrong it would be nice. A...
Yes, you are right about: "there isn't a standard way to distinguish such SQLException for every database" and also "password could be corrected later". But in the end, this is...
Hi, @brettwooldridge I wrote a simple program to test the exception override class. However, if I am not mistaken, when I initialize the datasource and then change the database password,...
Hi Brett, The reason I opened this issue is I am using hikari in an environment where database passwords can change externally. And when hikari try to refresh them according...