Carlos Verdes

Results 17 comments of Carlos Verdes

@aakashnshah the `RegexRouter` is changing the topic name dynamically but this should work as in other connectors

I'm using this library with ZIO so removing cats dependency has a lot of sense for me

I checked the Spec and I see Map is encoded as a sequence of tuples like: ```js [ {"key1": value1}, {"key2": value2} ] ``` However the expectation for me is:...

Created some tests to reproduce these issues, please let me know if you agree with this Spec before I try to fix the code ![image](https://user-images.githubusercontent.com/8631522/204528460-ba1f5d93-2724-41e7-b1d2-f21da9b6e97b.png) ![image](https://user-images.githubusercontent.com/8631522/204528690-123056f6-7ed9-4776-a20f-523170837514.png)

@jdegoes @thinkharderdev @devsprint @tusharmath This is a big problem to use in any API, I have to receive/pass very often Map[String, String] for extra configuration (for example if you use...

@jdegoes @thinkharderdev @devsprint @tusharmath I finally had time to implement the full code, to start I only apply the new encoder/decoder when the Map has String as key As I...

I think this was fixed on previous PR @jdegoes