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
CB-17954 Refactor databus-connector module to use streaming-common
The code of databus-connector and streaming-common is the same or very similar in many places, so it makes sense to reuse code from streaming-common in databus-connector.
Copy file name to clipboardexpand all lines: common/src/main/java/com/sequenceiq/cloudbreak/telemetry/logcollection/ClusterLogsCollectionConfiguration.java
+3-2
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,9 @@ public class ClusterLogsCollectionConfiguration extends AbstractDatabusStreamCon
Copy file name to clipboardexpand all lines: core/src/test/java/com/sequenceiq/cloudbreak/controller/validation/diagnostics/DiagnosticsCollectionValidatorTest.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ class DiagnosticsCollectionValidatorTest {
Copy file name to clipboardexpand all lines: databus-connector/src/main/java/com/sequenceiq/cloudbreak/sigmadbus/model/DatabusRecordProcessingException.java
0 commit comments