엄준일
엄준일
I have a yaml file. ```yaml --- Name: aaa Age: 12 Props: "text/html": a ``` And I have a class. ```csharp public class YamlData { public string Name { get;...
Comment on expiry, wait, retry variable It was difficult to understand the exact meaning of the expiry, wait, and retry variables. A more detailed explanation of this variable is needed.
## Summary This PR implemented a new ODBC(Open Database Connectivity) Source. ## Vector configuration Manual configuration example ```toml [sources.odbc] type = "odbc" connection_string = "driver={MySQL ODBC 8.0 ANSI Driver};server=localhost;port=13306;database=vector;uid=vector;pwd=vector;" statement...
I've created issue #397 and am submitting a PR that adds effective tests. In summary, if you set the pool size using `PoolConstraints::new(0, 0)`, the connection will wait indefinitely. I've...
Thank you for creating such a useful crate. I encountered an issue when I set the pool size constraints to PoolConstraints::new(0, 0), which results in an infinite wait for a...