Amar Chand
Amar Chand
Topic name and parition information is not passed to callback. Can we make it compatible with v1??
``` recon_alloc:set_unit(gigabyte). recon_alloc:memory(used, max). 397.1961054801941 recon_alloc:memory(allocated, max). 411.4017143249512 ``` ``` free -h total used free shared buff/cache available Mem: 98Gi 71Gi 14Gi 419Mi 11Gi 24Gi Swap: 0B 0B 0B ```
It gives the following error on the example given on **Usage** section: ``` The call ejson:to_json(P::[#person{name::[any(),...],birth_year::1967,projects::[]},...], [{'project', {'string', "name"}, {'number', "budget"}, {'boolean', "isSuccessful"}}, {'person', {'string', "name"}, {'number', "yearOfBirth"}, {'list', "projects"}}],...
### Is your feature request related to a problem? Please describe. According to [RabbitMQ's compatibility matrix](https://www.rabbitmq.com/docs/which-erlang#compatibility-matrix), Erlang 27 requires version 4.0.4 or later. However, the latest package available on Hex...
I want the cache to be restored and used across all pull request workflows. However, if a pull request introduces changes that modify the cache key, I want to prevent...