-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ParameterShovelValue.deleteafter doesn't work with integers #61
Labels
Comments
Also, |
@inikulshin if you found the error in the source code, a PR will be much appreciated, thank you 😄 |
Reference: https://www.rabbitmq.com/shovel-dynamic.html |
luigiberrettini
changed the title
ParameterShovelValue.deleteafter doesn't work with integer values
ParameterShovelValue.deleteafter doesn't work with integers
Jul 3, 2018
@Pliner what's the best type for
|
@zidad see previous comment. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Probably,
deleteafter
JsonProperty
should have specialJsonConverter
, writing it as integer if value can be converted to integer, and as a string otherwise.The text was updated successfully, but these errors were encountered: