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
Copy file name to clipboardExpand all lines: kafka-connect-fitbit-source/src/main/java/org/radarbase/connect/rest/fitbit/user/ServiceUserRepository.java
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -113,6 +113,13 @@ public void initialize(RestSourceConnectorConfig config) {
113
113
114
114
@Override
115
115
publicStream<? extendsUser> stream() {
116
+
if (nextFetch.get().equals(Instant.MIN)) {
117
+
try {
118
+
applyPendingUpdates();
119
+
} catch (IOExceptionex) {
120
+
logger.error("Failed to initially get users from repository");
Copy file name to clipboardExpand all lines: kafka-connect-fitbit-source/src/main/java/org/radarbase/connect/rest/fitbit/user/firebase/CovidCollabFirebaseUserRepository.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ public class CovidCollabFirebaseUserRepository extends FirebaseUserRepository {
0 commit comments