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: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,4 +17,5 @@
17
17
| 1.14 | 1.0 | adding alias 'soap' to rest adapter |
18
18
| 1.15 | 1.0 | YML support (testcase), adding 'senddelay' to REST/SOAP adapter, set Kafka 'senddelay' default to 0, use unblocking technical implementation |
19
19
| 1.16 | 1.0 | Adding support to change Kafka reconnect backoff (kafka.reconnect.backoff.max.ms=60000, kafka.reconnect.backoff.ms=1000) |
20
-
| 1.17 | 1.0 | improved upload output, new GUI to analyze test cases, AWS SDK update |
20
+
| 1.17 | 1.0 | improved upload output, new GUI to analyze test cases, AWS SDK update |
21
+
| 1.18 | 1.0 | feature flag to disable kafka expacted vs actual log, add testid and checkid to this log |
Copy file name to clipboardExpand all lines: src/main/java/org/opentesting/services/adapter/kafka/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ Using consumer and producer to perform inject and check
13
13
* please use custom parameter jwtpost, jwtparam and jwtheader to request token, please use #username#, #password# or replacement keys as placeholders (for example #jwtpassword# could be used and will be decrypted automatically)
14
14
* please use custom parameter kafkaheaderjwt to define the kafka header key for requested JWT
15
15
* please use custom parameter senddelay in ms to define a kafka produce delay, helpful if kafka consumer initialization is to slow (default: 0)
16
+
* please use custom parameter stopexpectedlog to stop logging if expected vs actual (default: false)
0 commit comments