You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create replication with maxAgeSeconds set to provided parameter.
Actual behavior
Fails becaus API parameter maxAgeSeconds (see API docs) is not reflected in python-client:
TypeError: ReplicationCreationRequest.__init__() got an unexpected keyword argument `max_age_seconds`
This means the replication parameter maxAgeSeconds cannot be set via the python client, thus defaults to 604800 seconds which might not be wanted.
Additional info
If there is a Python client it would be nice if it would also reflect the API. In my opinion the maxAgeSeconds parameter is kind of essential for a replication.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Specifications
Code sample to reproduce problem
Run 2 InflxuDB Instances
Create Replication
Expected behavior
Create replication with
maxAgeSeconds
set to provided parameter.Actual behavior
Fails becaus API parameter maxAgeSeconds (see API docs) is not reflected in
python-client
:This means the replication parameter
maxAgeSeconds
cannot be set via the python client, thus defaults to 604800 seconds which might not be wanted.Additional info
If there is a Python client it would be nice if it would also reflect the API. In my opinion the
maxAgeSeconds
parameter is kind of essential for a replication.The text was updated successfully, but these errors were encountered: