My quick guess: hub.lease_seconds should be an int instead of a string
So replace:
"\"hub.lease_seconds\": \"50000\", " +
With:
"\"hub.lease_seconds\": 50000, " +
My quick guess: hub.lease_seconds should be an int instead of a string
So replace:
"\"hub.lease_seconds\": \"50000\", " +
With:
"\"hub.lease_seconds\": 50000, " +