Skip to content

Commit af6ead8

Browse files
committed
Publishing site Mer 16 aoû 2023 11:01:12 CEST
1 parent 9355a20 commit af6ead8

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

algolia.json

+1-1
Large diffs are not rendered by default.

documentation/using/tests/index.html

+10-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<meta itemprop="description" content="Introduction It is likely you experienced the painful situation of deploying to production only to find out that an API service you integrate with has broken the contract. How can we effectively ensure this does not happen?
5656
Microcks offers mocks but can also be used for Contract conformance testing of API or services being under development. You spend a lot of time describing request/response pairs and matching rules: it would be a shame not to use this sample as test cases once the development is on its way!"><meta itemprop="datePublished" content="2019-09-01T00:00:00+00:00" />
5757
<meta itemprop="dateModified" content="2023-06-07T00:00:00+00:00" />
58-
<meta itemprop="wordCount" content="1520">
58+
<meta itemprop="wordCount" content="1544">
5959
<meta itemprop="keywords" content="" /><meta name="twitter:card" content="summary"/>
6060
<meta name="twitter:title" content="Testing with Microcks"/>
6161
<meta name="twitter:description" content="Introduction It is likely you experienced the painful situation of deploying to production only to find out that an API service you integrate with has broken the contract. How can we effectively ensure this does not happen?
@@ -336,9 +336,17 @@ <h5 id="kafka">Kafka</h5>
336336
<td><code>registryAuthCredSource</code></td>
337337
<td>The source for authentication credentials if any. Valid values are just <code>USER_INFO</code>.</td>
338338
</tr>
339+
<tr>
340+
<td><code>startOffset</code></td>
341+
<td>The topic offset we start consuming mesages at (since version <code>1.8.0</code>)</td>
342+
</tr>
343+
<tr>
344+
<td><code>endOffset</code></td>
345+
<td>The topic offset we end consuming messages at (since version <code>1.8.0</code>)</td>
346+
</tr>
339347
</tbody>
340348
</table>
341-
<p>As an example, you may have this kind of Test Endpoint value: <code>kafka://mybroker.example.com:443/test-topic?registryUrl=https://schema-registry.example.com&amp;registryUsername=fred:letmein&amp;registryAuthCredSource=USER_INFO</code></p>
349+
<p>As an example, you may have this kind of Test Endpoint value: <code>kafka://mybroker.example.com:443/test-topic?registryUrl=https://schema-registry.example.com&amp;registryUsername=fred:letmein&amp;registryAuthCredSource=USER_INFO&amp;startOffset=28&amp;endOffset=30</code></p>
342350
<h5 id="mqtt">MQTT</h5>
343351
<p>MQTT Test Endpoint have the following form with no optional parameters:</p>
344352
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-sh" data-lang="sh">mqtt://<span class="o">{</span>mqtt.broker.url:port<span class="o">}</span>/<span class="o">{</span>mqtt.topic.name<span class="o">}</span>

0 commit comments

Comments
 (0)