Vikas Bhardwaj
Vikas Bhardwaj
#107 This fix broke one doc test in `simple_form`. After going through the details, it seems fair to make the change since in the example, we are treating `cdata` section...
Run following code: ``` {:ok, x} = Saxy.SimpleForm.parse_string("test&test") Saxy.encode!(x) ``` It should return exactly same original XML output but it changes `&` to `&`. This also produces invalid XML which...
Starting at Kafka 2.0, Kafka added support for OAUTHBEARER Tokens based security. This helps communication Kafka clusters hosted on Clouds easily such as Azure Event Hub etc. It would be...