Skip to content
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

[feature request] Create and Drop retention policy #295

Closed
kostasb opened this issue Mar 2, 2017 · 1 comment
Closed

[feature request] Create and Drop retention policy #295

kostasb opened this issue Mar 2, 2017 · 1 comment

Comments

@kostasb
Copy link

kostasb commented Mar 2, 2017

Feature request to provide a createRetentionPolicy method in a proposed form of:

influxDB.createRetentionPolicy(rpName,dbName,duration,shardDuration,replication,default);

Respectively, a dropRetentionPolicy method should accompany this:

influxDB.dropRetentionPolicy(rpName,dbName);

@majst01
Copy link
Collaborator

majst01 commented Mar 5, 2017

If you are willing to write a PR i will review it.

ashamanur added a commit to ashamanur/influxdb-java that referenced this issue Jul 6, 2017
majst01 added a commit that referenced this issue Jul 7, 2017
feature: #295 Create and Drop retention policies
@timhallinflux timhallinflux changed the title [feature reqyest] Create and Drop retention policy [feature request] Create and Drop retention policy Nov 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants