bossenti commented on code in PR #2247:
URL: https://github.com/apache/streampipes/pull/2247#discussion_r1410402653
##########
streampipes-data-explorer-commons/src/main/java/org/apache/streampipes/dataexplorer/commons/influx/InfluxStore.java:
##########
@@ -50,20 +50,32 @@ public class InfluxStore {
private RawFieldSerializer rawFieldSerializer = new RawFieldSerializer();
- public InfluxStore(DataLakeMeasure measure,
- InfluxConnectionSettings settings) {
+ /**
Review Comment:
Can we get rid of this testing-only constructor?
E.g., by using Iflux connection provider?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]