Skip to content

Commit

Permalink
Prototype button
Browse files Browse the repository at this point in the history
  • Loading branch information
bthomps committed Jun 19, 2024
1 parent b921172 commit 6d70277
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions en/ProtocolTransformation/HTTPtoKafka.htm
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,19 @@ <h3>Protocol Transformation Pattern: HTTP to Kafka</h3>
<p>The HTTP to Kafka pattern provides a simple integration solution
that takes input data over HTTP and outputs to a Kafka topic.
</p>
<button onclick="downloadAndInstallPatternFunction()">Install</button>
</div>
</body>
<script>
function downloadAndInstallPatternFunction(selectName)
{
try
{
result = javaDownloadAndInstallPatternFunction(patternzipDownloadURL);
}
catch(e){
alert( 'a java error in javaDownloadAndInstallPatternFunction occurred: ' + e.message );
}
};
</script>
</html>

0 comments on commit 6d70277

Please sign in to comment.