From 424c45cdf3d50bb3a82a7d6a32517ba00869fcda Mon Sep 17 00:00:00 2001 From: buildmaster Date: Tue, 7 May 2019 12:52:08 +0000 Subject: [PATCH] Sync docs from v2.2.0.RELEASE to gh-pages --- .../2.2.0.RELEASE/Guardfile | 20 + .../2.2.0.RELEASE/css/spring.css | 1 + .../2.2.0.RELEASE/favicon.ico | Bin 0 -> 111804 bytes .../2.2.0.RELEASE/images/kafka-binder.png | Bin 0 -> 9469 bytes .../images/kafka-streams-initializr.png | Bin 0 -> 121574 bytes .../2.2.0.RELEASE/index.html | 2705 +++++++++++++++++ .../js/highlight/highlight.min.js | 2 + .../js/highlight/styles/a11y-dark.min.css | 99 + .../js/highlight/styles/an-old-hope.min.css | 89 + .../styles/atom-one-dark-reasonable.min.css | 77 + .../js/highlight/styles/atom-one-dark.min.css | 96 + .../highlight/styles/atom-one-light.min.css | 96 + .../js/highlight/styles/dracula.min.css | 76 + .../js/highlight/styles/github.min.css | 99 + .../highlight/styles/monokai-sublime.min.css | 83 + .../js/highlight/styles/monokai.min.css | 70 + .../highlight/styles/solarized-light.min.css | 84 + .../js/highlight/styles/zenburn.min.css | 80 + .../2.2.0.RELEASE/js/toc.js | 113 + .../2.2.0.RELEASE/js/tocbot/tocbot.css | 1 + .../2.2.0.RELEASE/js/tocbot/tocbot.min.js | 1 + 21 files changed, 3792 insertions(+) create mode 100644 spring-cloud-stream-binder-kafka/2.2.0.RELEASE/Guardfile create mode 100644 spring-cloud-stream-binder-kafka/2.2.0.RELEASE/css/spring.css create mode 100644 spring-cloud-stream-binder-kafka/2.2.0.RELEASE/favicon.ico create mode 100644 spring-cloud-stream-binder-kafka/2.2.0.RELEASE/images/kafka-binder.png create mode 100644 spring-cloud-stream-binder-kafka/2.2.0.RELEASE/images/kafka-streams-initializr.png create mode 100644 spring-cloud-stream-binder-kafka/2.2.0.RELEASE/index.html create mode 100644 spring-cloud-stream-binder-kafka/2.2.0.RELEASE/js/highlight/highlight.min.js create mode 100644 spring-cloud-stream-binder-kafka/2.2.0.RELEASE/js/highlight/styles/a11y-dark.min.css create mode 100644 spring-cloud-stream-binder-kafka/2.2.0.RELEASE/js/highlight/styles/an-old-hope.min.css create mode 100644 spring-cloud-stream-binder-kafka/2.2.0.RELEASE/js/highlight/styles/atom-one-dark-reasonable.min.css create mode 100644 spring-cloud-stream-binder-kafka/2.2.0.RELEASE/js/highlight/styles/atom-one-dark.min.css create mode 100644 spring-cloud-stream-binder-kafka/2.2.0.RELEASE/js/highlight/styles/atom-one-light.min.css create mode 100644 spring-cloud-stream-binder-kafka/2.2.0.RELEASE/js/highlight/styles/dracula.min.css create mode 100644 spring-cloud-stream-binder-kafka/2.2.0.RELEASE/js/highlight/styles/github.min.css create mode 100644 spring-cloud-stream-binder-kafka/2.2.0.RELEASE/js/highlight/styles/monokai-sublime.min.css create mode 100644 spring-cloud-stream-binder-kafka/2.2.0.RELEASE/js/highlight/styles/monokai.min.css create mode 100644 spring-cloud-stream-binder-kafka/2.2.0.RELEASE/js/highlight/styles/solarized-light.min.css create mode 100644 spring-cloud-stream-binder-kafka/2.2.0.RELEASE/js/highlight/styles/zenburn.min.css create mode 100644 spring-cloud-stream-binder-kafka/2.2.0.RELEASE/js/toc.js create mode 100644 spring-cloud-stream-binder-kafka/2.2.0.RELEASE/js/tocbot/tocbot.css create mode 100644 spring-cloud-stream-binder-kafka/2.2.0.RELEASE/js/tocbot/tocbot.min.js diff --git a/spring-cloud-stream-binder-kafka/2.2.0.RELEASE/Guardfile b/spring-cloud-stream-binder-kafka/2.2.0.RELEASE/Guardfile new file mode 100644 index 00000000..bdd4d729 --- /dev/null +++ b/spring-cloud-stream-binder-kafka/2.2.0.RELEASE/Guardfile @@ -0,0 +1,20 @@ +require 'asciidoctor' +require 'erb' + +guard 'shell' do + watch(/.*\.adoc$/) {|m| + Asciidoctor.render_file('index.adoc', \ + :in_place => true, \ + :safe => Asciidoctor::SafeMode::UNSAFE, \ + :attributes=> { \ + 'source-highlighter' => 'prettify', \ + 'icons' => 'font', \ + 'linkcss'=> 'true', \ + 'copycss' => 'true', \ + 'doctype' => 'book'}) + } +end + +guard 'livereload' do + watch(%r{^.+\.(css|js|html)$}) +end diff --git a/spring-cloud-stream-binder-kafka/2.2.0.RELEASE/css/spring.css b/spring-cloud-stream-binder-kafka/2.2.0.RELEASE/css/spring.css new file mode 100644 index 00000000..66dc8699 --- /dev/null +++ b/spring-cloud-stream-binder-kafka/2.2.0.RELEASE/css/spring.css @@ -0,0 +1 @@ +@import url("https://fonts.googleapis.com/css?family=Karla:400,700|Montserrat:400,700");/*! normalize.css v2.1.2 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}script{display:none !important}html,body{font-size:100%}html{font-family:Karla, sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}body{background:white;color:#000;padding:0;margin:0;font-size:16px;font-family:Karla, sans-serif;font-weight:normal;font-style:normal;line-height:1.6em;position:relative;cursor:auto}a:hover{cursor:pointer}img,object,embed{max-width:100%;height:auto}object,embed{height:100%}img{-ms-interpolation-mode:bicubic}#map_canvas img,#map_canvas embed,#map_canvas object,.map_canvas img,.map_canvas embed,.map_canvas object{max-width:none !important}.left{float:left !important}.right{float:right !important}.text-left{text-align:left !important}.text-right{text-align:right !important}.text-center{text-align:center !important}.text-justify{text-align:justify !important}.hide{display:none}.antialiased{-webkit-font-smoothing:antialiased}img{display:inline-block;vertical-align:middle}textarea{height:auto;min-height:50px}select{width:100%}object,svg{display:inline-block;vertical-align:middle}.center{margin-left:auto;margin-right:auto}.spread{width:100%}p.lead,.paragraph.lead>p,#preamble>.sectionbody>.paragraph:first-of-type p{line-height:1.6}.subheader,.admonitionblock td.content>.title,.audioblock>.title,.exampleblock>.title,.imageblock>.title,.listingblock>.title,.literalblock>.title,.stemblock>.title,.openblock>.title,.paragraph>.title,.quoteblock>.title,table.tableblock>.title,.verseblock>.title,.videoblock>.title,.dlist>.title,.olist>.title,.ulist>.title,.qlist>.title,.hdlist>.title{line-height:1.45;color:#0b0a0a;font-weight:bold;margin-top:0;margin-bottom:0.8em}div,dl,dt,dd,ul,ol,li,h1,h2,h3,#toctitle,.sidebarblock>.content>.title,h4,h5,h6,pre,form,p,blockquote,th,td{margin:0;padding:0;direction:ltr}a{color:#097dff;line-height:inherit;text-decoration:none}a:hover,a:focus{color:#016be2;text-decoration:underline}a img{border:none}p{font-family:inherit;font-weight:normal;font-size:1em;line-height:1.6;margin-bottom:1.25em;text-rendering:optimizeLegibility}p aside{font-size:0.875em;line-height:1.35;font-style:italic}h1,h2,h3,#toctitle,.sidebarblock>.content>.title,h4,h5,h6{font-family:Montserrat, sans-serif;font-weight:400;font-style:normal;color:#000;text-rendering:optimizeLegibility;margin-top:1em;margin-bottom:0.5em;line-height:1.0125em}h1 small,h2 small,h3 small,#toctitle small,.sidebarblock>.content>.title small,h4 small,h5 small,h6 small{font-size:60%;color:#867c74;line-height:0}h1{font-size:2.125em}h2{font-size:1.6875em}h3,#toctitle,.sidebarblock>.content>.title{font-size:1.375em}h4{font-size:1.125em}h5{font-size:1.125em}h6{font-size:1em}hr{border:solid #ddddd8;border-width:1px 0 0;clear:both;margin:1.25em 0 1.1875em;height:0}em,i{font-style:italic;line-height:inherit}strong,b{font-weight:bold;line-height:inherit}small{font-size:60%;line-height:inherit}code{font-family:Monaco, Menlo, Consolas, "Courier New", monospace;font-weight:normal;color:#3d3d3c;word-break:break-word}ul,ol,dl{font-size:1em;line-height:1.6;margin-bottom:1.25em;list-style-position:outside;font-family:inherit}ul,ol{margin-left:1.5em}ul.no-bullet,ol.no-bullet{margin-left:1.5em}ul li ul,ul li ol{margin-left:1.25em;margin-bottom:0;font-size:1em}ul.square li ul,ul.circle li ul,ul.disc li ul{list-style:inherit}ul.square{list-style-type:square}ul.circle{list-style-type:circle}ul.disc{list-style-type:disc}ul.no-bullet{list-style:none}ol li ul,ol li ol{margin-left:1.25em;margin-bottom:0}dl dt{margin-bottom:0.3125em;font-weight:bold}dl dd{margin-bottom:1.25em}abbr,acronym{text-transform:uppercase;font-size:90%;color:#000;border-bottom:1px dotted #dddddd;cursor:help}abbr{text-transform:none}blockquote{margin:0 0 1.25em;padding:0.5625em 1.25em 0 1.1875em;border-left:1px solid #dddddd}blockquote cite{display:block;font-size:0.9375em;color:rgba(0,0,0,0.6)}blockquote cite:before{content:"\2014 \0020"}blockquote cite a,blockquote cite a:visited{color:rgba(0,0,0,0.6)}blockquote,blockquote p{line-height:1.6;color:rgba(0,0,0,0.85)}.vcard{display:inline-block;margin:0 0 1.25em 0;border:1px solid #dddddd;padding:0.625em 0.75em}.vcard li{margin:0;display:block}.vcard .fn{font-weight:bold;font-size:0.9375em}.vevent .summary{font-weight:bold}.vevent abbr{cursor:auto;text-decoration:none;font-weight:bold;border:none;padding:0 0.0625em}#tocbot{padding:0 0 0.5rem 0;line-height:1.5rem;padding-left:10px}.mobile-toc{padding:0 0 1rem 0;line-height:1.5rem}.mobile-toc li a{display:block;padding:.3rem 0}#tocbot ol li{list-style:none;padding:0;margin:0}#tocbot ol{margin:0;padding:0;padding-left:0.6rem}#tocbot .toc-link{display:block;padding-top:4px;padding-bottom:4px;outline:none}table{background:white;margin-bottom:1.25em;border:solid 1px #cacaca;border-spacing:0}table thead,table tfoot{background:#f7f8f7;font-weight:bold}table thead tr th,table thead tr td,table tfoot tr th,table tfoot tr td{padding:0.5em 0.625em 0.625em;font-size:inherit;color:#000;text-align:left}table tr th,table tr td{padding:0.5625em 0.625em;font-size:inherit;color:#000}table thead tr th,table tfoot tr th,table tbody tr td,table tr td,table tfoot tr td{display:table-cell;line-height:1.6}body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;tab-size:4}h1,h2,h3,#toctitle,.sidebarblock>.content>.title,h4,h5,h6{line-height:1.2;word-spacing:-0.05em}.clearfix:before,.clearfix:after,.float-group:before,.float-group:after{content:" ";display:table}.clearfix:after,.float-group:after{clear:both}*:not(pre)>code{font-size:0.8525em;font-style:normal !important;letter-spacing:0;padding:0.1em 0.3em 0.2em;background-color:rgba(0,0,0,0.05);border-radius:4px;text-rendering:optimizeSpeed}pre,pre>code{line-height:1.85;color:rgba(0,0,0,0.9);font-family:Monaco, Menlo, Consolas, "Courier New", monospace;font-weight:normal;text-rendering:optimizeSpeed;word-break:normal}pre{overflow:auto}em em{font-style:normal}strong strong{font-weight:normal}.keyseq{color:#6b625c}kbd{font-family:Monaco, Menlo, Consolas, "Courier New", monospace;display:inline-block;color:#000;font-size:0.65em;line-height:1.45;background-color:#f7f7f7;border:1px solid #ccc;-webkit-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 1px 0 rgba(0,0,0,0.2),0 0 0 0.1em white inset;box-shadow:0 1px 0 rgba(0,0,0,0.2),0 0 0 0.1em white inset;margin:0 0.15em;padding:0.2em 0.5em;vertical-align:middle;position:relative;top:-0.1em;white-space:nowrap}.keyseq kbd:first-child{margin-left:0}.keyseq kbd:last-child{margin-right:0}.menuseq,.menu{color:#191715}b.button:before,b.button:after{position:relative;top:-1px;font-weight:normal}b.button:before{content:"[";padding:0 3px 0 2px}b.button:after{content:"]";padding:0 2px 0 3px}p a>code:hover{color:rgba(0,0,0,0.9)}#toc{border-bottom:1px solid #ddddd8;padding-bottom:0.5em}#toc>ul{margin-left:0.125em}#toc ul.sectlevel0>li>a{font-style:italic}#toc ul.sectlevel0 ul.sectlevel1{margin:0.5em 0}#toc ul{list-style-type:none}#toc li{line-height:1.3334}#toc a{text-decoration:none}#toc a:active{text-decoration:underline}#toctitle{color:#0b0a0a;font-size:1.2em;display:none}body.toc2{padding-top:90px;text-rendering:optimizeLegibility}#content #toc{border-style:solid;border-width:1px;border-color:#d7d7d7;margin-bottom:1.25em;padding:1.25em;background:#f1f1f1;-webkit-border-radius:4px;border-radius:4px}#content #toc>:first-child{margin-top:0}#content #toc>:last-child{margin-bottom:0}#footer{padding-bottom:2rem}#footer #footer-text{padding:2rem 0;border-top:1px solid #efefed}#footer-text{color:rgba(0,0,0,0.6);line-height:1.44}.sect1{padding-bottom:0.625em}.sect1+.sect1{border-top:1px solid #efefed}#content h1>a.anchor,h2>a.anchor,h3>a.anchor,#toctitle>a.anchor,.sidebarblock>.content>.title>a.anchor,h4>a.anchor,h5>a.anchor,h6>a.anchor{position:absolute;z-index:1001;width:1.5ex;margin-left:-1.5ex;margin-top:0.1rem;display:block;visibility:hidden;text-align:center;font-weight:normal;color:rgba(0,0,0,0.2)}#content h1>a.anchor:hover,h2>a.anchor:hover,h3>a.anchor:hover,#toctitle>a.anchor:hover,.sidebarblock>.content>.title>a.anchor:hover,h4>a.anchor:hover,h5>a.anchor:hover,h6>a.anchor:hover{color:#097dff;text-decoration:none}#content h1>a.anchor:before,h2>a.anchor:before,h3>a.anchor:before,#toctitle>a.anchor:before,.sidebarblock>.content>.title>a.anchor:before,h4>a.anchor:before,h5>a.anchor:before,h6>a.anchor:before{content:"\0023";font-size:0.85em;display:block;padding-top:0.1em}#content h1:hover>a.anchor,#content h1>a.anchor:hover,h2:hover>a.anchor,h2>a.anchor:hover,h3:hover>a.anchor,#toctitle:hover>a.anchor,.sidebarblock>.content>.title:hover>a.anchor,h3>a.anchor:hover,#toctitle>a.anchor:hover,.sidebarblock>.content>.title>a.anchor:hover,h4:hover>a.anchor,h4>a.anchor:hover,h5:hover>a.anchor,h5>a.anchor:hover,h6:hover>a.anchor,h6>a.anchor:hover{visibility:visible}#content h1>a.link,h2>a.link,h3>a.link,#toctitle>a.link,.sidebarblock>.content>.title>a.link,h4>a.link,h5>a.link,h6>a.link{color:#000;text-decoration:none}#content h1>a.link:hover,h2>a.link:hover,h3>a.link:hover,#toctitle>a.link:hover,.sidebarblock>.content>.title>a.link:hover,h4>a.link:hover,h5>a.link:hover,h6>a.link:hover{color:#262321}.audioblock,.imageblock,.literalblock,.listingblock,.stemblock,.videoblock{margin-bottom:1.25em}.admonitionblock td.content>.title,.audioblock>.title,.exampleblock>.title,.imageblock>.title,.listingblock>.title,.literalblock>.title,.stemblock>.title,.openblock>.title,.paragraph>.title,.quoteblock>.title,table.tableblock>.title,.verseblock>.title,.videoblock>.title,.dlist>.title,.olist>.title,.ulist>.title,.qlist>.title,.hdlist>.title{text-rendering:optimizeLegibility;text-align:left;font-family:Karla, sans-serif;font-size:1rem}table.tableblock>caption.title{white-space:nowrap;overflow:visible;max-width:0;padding:0.6rem 0}table.tableblock #preamble>.sectionbody>.paragraph:first-of-type p{font-size:inherit}.admonitionblock>table{border-collapse:separate;border:0;background:none;width:100%}.admonitionblock>table td.icon{text-align:center;vertical-align:top;padding-top:0.8em;width:80px}.admonitionblock>table td.icon img{max-width:initial}.admonitionblock>table td.icon .title{font-weight:bold;font-family:Montserrat, sans-serif;text-transform:uppercase}.admonitionblock>table td.content{padding-left:0em;padding-right:1.25em;border-left:1px solid #ddddd8}.admonitionblock>table td.content>:last-child>:last-child{margin-bottom:0}.exampleblock>.content{border-style:solid;border-width:0;border-color:#e6e6e6;margin-bottom:1.25em;padding:1.25em;background:#f1f1f1;border-radius:4px}.exampleblock>.content>:first-child{margin-top:0}.exampleblock>.content>:last-child{margin-bottom:0}.sidebarblock{border-style:solid;border-width:0;border-color:#d7d7d7;margin-bottom:1.25em;padding:1.25em;background:#f1f1f1;border-radius:4px;overflow:scroll}.sidebarblock>:first-child{margin-top:0}.sidebarblock>:last-child{margin-bottom:0}.sidebarblock>.content>.title{color:#0b0a0a;margin-top:0;text-align:center}.exampleblock>.content>:last-child>:last-child,.exampleblock>.content .olist>ol>li:last-child>:last-child,.exampleblock>.content .ulist>ul>li:last-child>:last-child,.exampleblock>.content .qlist>ol>li:last-child>:last-child,.sidebarblock>.content>:last-child>:last-child,.sidebarblock>.content .olist>ol>li:last-child>:last-child,.sidebarblock>.content .ulist>ul>li:last-child>:last-child,.sidebarblock>.content .qlist>ol>li:last-child>:last-child{margin-bottom:0}.literalblock pre,.listingblock pre:not(.highlight),.listingblock pre[class="highlight"],.listingblock pre[class^="highlight "],.listingblock pre.CodeRay,.listingblock pre.prettyprint{background:#282c33;color:#e6e1dc;border-radius:4px}.sidebarblock .literalblock pre,.sidebarblock .listingblock pre:not(.highlight),.sidebarblock .listingblock pre[class="highlight"],.sidebarblock .listingblock pre[class^="highlight "],.sidebarblock .listingblock pre.CodeRay,.sidebarblock .listingblock pre.prettyprint{background:#282c33;color:#e6e1dc}.literalblock pre,.literalblock pre[class],.listingblock pre,.listingblock pre[class],.listingblock pre:not(.highlight){padding:1em 1.5rem;font-size:0.8125em}.literalblock pre.nowrap,.literalblock pre[class].nowrap,.listingblock pre.nowrap,.listingblock pre[class].nowrap{overflow-x:auto}.literalblock.output pre{color:whitesmoke;background-color:rgba(0,0,0,0.9)}.listingblock{white-space:nowrap}.listingblock pre.highlightjs{padding:0.2rem 0}.listingblock pre.highlightjs>code{padding:1em 1.5rem;border-radius:4px}.listingblock>.content{position:relative}.listingblock code[data-lang]:before{display:none;content:attr(data-lang);position:absolute;font-size:0.8em;font-weight:bold;top:0.425rem;right:0.5rem;line-height:1;text-transform:uppercase;color:#999}.listingblock code[data-lang]:before{display:block}.listingblock.terminal pre .command:before{content:attr(data-prompt);padding-right:0.5em;color:#999}.listingblock.terminal pre .command:not([data-prompt]):before{content:"$"}table.pyhltable{border-collapse:separate;border:0;margin-bottom:0;background:none}table.pyhltable td{vertical-align:top;padding-top:0;padding-bottom:0;line-height:1.45}table.pyhltable td.code{padding-left:.75em;padding-right:0}pre.pygments .lineno,table.pyhltable td:not(.code){color:#999;padding-left:0;padding-right:.5em;border-right:1px solid #ddddd8}pre.pygments .lineno{display:block;margin-right:.25em}table.pyhltable .linenodiv{background:none !important;padding-right:0 !important}.quoteblock{margin:0 1em 1.25em 1.5em;display:block;text-align:left;padding-left:20px}.quoteblock blockquote,.quoteblock blockquote p{color:rgba(0,0,0,0.85);line-height:1.75;letter-spacing:0}.quoteblock blockquote{margin:0;padding:0;border:0;position:relative}.quoteblock blockquote:before{content:"\201c";font-size:2.75em;font-weight:bold;line-height:0.6em;margin-left:0em;margin-right:1rem;margin-top:0.8rem;color:rgba(0,0,0,0.1);position:absolute;top:0;left:-30px}.quoteblock blockquote>.paragraph:last-child p{margin-bottom:0}.quoteblock .attribution{margin-right:0.5ex}.quoteblock .quoteblock{margin-left:0;margin-right:0;padding:0.5em 0;border-left:3px solid rgba(0,0,0,0.6)}.quoteblock .quoteblock blockquote{padding:0 0 0 0.75em}.quoteblock .quoteblock blockquote:before{display:none}.verseblock{margin:0 1em 1.25em 0;background-color:#f1f1f1;padding:1rem 1.4rem;border-radius:4px}.verseblock pre{font-family:Monaco, Menlo, Consolas, "Courier New", monospace;font-size:0.9rem;color:rgba(0,0,0,0.85);font-weight:300;text-rendering:optimizeLegibility}.verseblock pre strong{font-weight:400}.verseblock .attribution{margin-top:1.25rem;margin-left:0.5ex}.quoteblock .attribution,.verseblock .attribution{font-size:0.9375em;line-height:1.45;font-style:italic}.quoteblock .attribution br,.verseblock .attribution br{display:none}.quoteblock .attribution cite,.verseblock .attribution cite{display:block;letter-spacing:-0.025em;color:rgba(0,0,0,0.6)}.quoteblock.abstract{margin:0 0 1.25em 0;display:block}.quoteblock.abstract blockquote,.quoteblock.abstract blockquote p{text-align:left;word-spacing:0}.quoteblock.abstract blockquote:before,.quoteblock.abstract blockquote p:first-of-type:before{display:none}table.tableblock{max-width:100%;border-collapse:separate;overflow-x:scroll}table.tableblock td>.paragraph:last-child p>p:last-child,table.tableblock th>p:last-child,table.tableblock td>p:last-child{margin-bottom:0}table.tableblock,th.tableblock,td.tableblock{border:0 solid #cacaca;background:white}table.grid-all th.tableblock,table.grid-all td.tableblock{border-width:0 1px 1px 0}table.grid-all tfoot>tr>th.tableblock,table.grid-all tfoot>tr>td.tableblock{border-width:1px 1px 0 0}table.grid-cols th.tableblock,table.grid-cols td.tableblock{border-width:0 1px 0 0}table.grid-all *>tr>.tableblock:last-child,table.grid-cols *>tr>.tableblock:last-child{border-right-width:0}table.grid-rows th.tableblock,table.grid-rows td.tableblock{border-width:0 0 1px 0}table.grid-all tbody>tr:last-child>th.tableblock,table.grid-all tbody>tr:last-child>td.tableblock,table.grid-all thead:last-child>tr>th.tableblock,table.grid-rows tbody>tr:last-child>th.tableblock,table.grid-rows tbody>tr:last-child>td.tableblock,table.grid-rows thead:last-child>tr>th.tableblock{border-bottom-width:0}table.grid-rows tfoot>tr>th.tableblock,table.grid-rows tfoot>tr>td.tableblock{border-width:1px 0 0 0}table.frame-all{border-width:1px}table.frame-sides{border-width:0 1px}table.frame-topbot{border-width:1px 0}th.halign-left,td.halign-left{text-align:left}th.halign-right,td.halign-right{text-align:right}th.halign-center,td.halign-center{text-align:center}th.valign-top,td.valign-top{vertical-align:top}th.valign-bottom,td.valign-bottom{vertical-align:bottom}th.valign-middle,td.valign-middle{vertical-align:middle}table thead th,table tfoot th{font-weight:bold}tbody tr th{display:table-cell;line-height:1.6;background:#f7f8f7}tbody tr th,tbody tr th p,tfoot tr th,tfoot tr th p{color:#34302d;font-weight:bold}p.tableblock>code:only-child{background:none;padding:0}p.tableblock{font-size:1em}td>div.verse{white-space:pre}ol{margin-left:1.75em}ul li ol{margin-left:1.5em}dl dd{margin-left:1.125em}dl dd:last-child,dl dd:last-child>:last-child{margin-bottom:0}ol>li p,ul>li p,ul dd,ol dd,.olist .olist,.ulist .ulist,.ulist .olist,.olist .ulist{margin-bottom:0.625em}ul.unstyled,ol.unnumbered,ul.checklist,ul.none{list-style-type:none}ul.unstyled,ol.unnumbered,ul.checklist{margin-left:0.625em}ul.checklist li>p:first-child>.fa-square-o:first-child,ul.checklist li>p:first-child>.fa-check-square-o:first-child{width:1em;font-size:0.85em}ul.checklist li>p:first-child>input[type="checkbox"]:first-child{width:1em;position:relative;top:1px}ul.inline{margin:0 auto 0.625em auto;margin-left:-1.375em;margin-right:0;padding:0;list-style:none;overflow:hidden}ul.inline>li{list-style:none;float:left;margin-left:1.375em;display:block}ul.inline>li>*{display:block}.unstyled dl dt{font-weight:normal;font-style:normal}ol.arabic{list-style-type:decimal}ol.decimal{list-style-type:decimal-leading-zero}ol.loweralpha{list-style-type:lower-alpha}ol.upperalpha{list-style-type:upper-alpha}ol.lowerroman{list-style-type:lower-roman}ol.upperroman{list-style-type:upper-roman}ol.lowergreek{list-style-type:lower-greek}.hdlist>table,.colist>table{border:0;background:none}.hdlist>table>tbody>tr,.colist>table>tbody>tr{background:none}td.hdlist1,td.hdlist2{vertical-align:top;padding:0 0.625em}td.hdlist1{font-weight:bold;padding-bottom:1.25em}.literalblock+.colist,.listingblock+.colist{margin-top:-0.5em}.colist>table tr>td:first-of-type{padding:0 0.75em;line-height:1}.colist>table tr>td:first-of-type img{max-width:initial}.colist>table tr>td:last-of-type{padding:0.25em 0}.thumb,.th{line-height:0;display:inline-block;border:solid 4px white;-webkit-box-shadow:0 0 0 1px #dddddd;box-shadow:0 0 0 1px #dddddd}.imageblock.left,.imageblock[style*="float: left"]{margin:0.25em 0.625em 1.25em 0}.imageblock.right,.imageblock[style*="float: right"]{margin:0.25em 0 1.25em 0.625em}.imageblock>.title{margin-bottom:0}.imageblock.thumb,.imageblock.th{border-width:6px}.imageblock.thumb>.title,.imageblock.th>.title{padding:0 0.125em}.image.left,.image.right{margin-top:0.25em;margin-bottom:0.25em;display:inline-block;line-height:0}.image.left{margin-right:0.625em}.image.right{margin-left:0.625em}a.image{text-decoration:none;display:inline-block}a.image object{pointer-events:none}sup.footnote,sup.footnoteref{font-size:0.875em;position:static;vertical-align:super}sup.footnote a,sup.footnoteref a{text-decoration:none}sup.footnote a:active,sup.footnoteref a:active{text-decoration:underline}#footnotes{padding-top:0.75em;padding-bottom:0.75em;margin-bottom:0.625em}#footnotes hr{width:20%;min-width:6.25em;margin:-0.25em 0 0.75em 0;border-width:1px 0 0 0}#footnotes .footnote{padding:0 0.375em 0 0.225em;line-height:1.3334;font-size:0.875em;margin-left:1.2em;text-indent:-1.05em;margin-bottom:0.2em}#footnotes .footnote a:first-of-type{font-weight:bold;text-decoration:none}#footnotes .footnote:last-of-type{margin-bottom:0}#content #footnotes{margin-top:-0.625em;margin-bottom:0;padding:0.75em 0}.gist .file-data>table{border:0;background:#fff;width:100%;margin-bottom:0}.gist .file-data>table td.line-data{width:99%}div.unbreakable{page-break-inside:avoid}.big{font-size:larger}.small{font-size:smaller}.underline{text-decoration:underline}.overline{text-decoration:overline}.line-through{text-decoration:line-through}.aqua{color:#00bfbf}.aqua-background{background-color:#00fafa}.black{color:black}.black-background{background-color:black}.blue{color:#0000bf}.blue-background{background-color:#0000fa}.fuchsia{color:#bf00bf}.fuchsia-background{background-color:#fa00fa}.gray{color:#606060}.gray-background{background-color:#7d7d7d}.green{color:#006000}.green-background{background-color:#007d00}.lime{color:#00bf00}.lime-background{background-color:#00fa00}.maroon{color:#600000}.maroon-background{background-color:#7d0000}.navy{color:#000060}.navy-background{background-color:#00007d}.olive{color:#606000}.olive-background{background-color:#7d7d00}.purple{color:#600060}.purple-background{background-color:#7d007d}.red{color:#bf0000}.red-background{background-color:#fa0000}.silver{color:#909090}.silver-background{background-color:#bcbcbc}.teal{color:#006060}.teal-background{background-color:#007d7d}.white{color:#bfbfbf}.white-background{background-color:#fafafa}.yellow{color:#bfbf00}.yellow-background{background-color:#fafa00}span.icon>.fa{cursor:default}.admonitionblock td.icon [class^="fa icon-"]{font-size:2.5em;cursor:default}.admonitionblock td.icon .icon-note:before{content:"\f05a";color:#3f6a22}.admonitionblock td.icon .icon-tip:before{content:"\f0eb";color:#0077b9}.admonitionblock td.icon .icon-warning:before{content:"\f071";color:#d88400}.admonitionblock td.icon .icon-caution:before{content:"\f06d";color:#bf3400}.admonitionblock td.icon .icon-important:before{content:"\f06a";color:#bf0000}.conum[data-value]{display:inline-block;color:#000 !important;background-color:#ffe157;-webkit-border-radius:100px;border-radius:100px;text-align:center;font-size:0.75em;width:1.67em;height:1.67em;line-height:1.67em;font-family:"Open Sans", "DejaVu Sans", sans-serif;font-style:normal;font-weight:bold}.conum[data-value] *{color:#fff !important}.conum[data-value]+b{display:none}.conum[data-value]:after{content:attr(data-value)}pre .conum[data-value]{position:relative;top:0;color:#000 !important;background-color:#ffe157;font-size:12px}b.conum *{color:inherit !important}.conum:not([data-value]):empty{display:none}.admonitionblock{background-color:#ecf1e8;padding:0.8em 0;margin:30px 0;width:auto;border-radius:4px;overflow-x:scroll}.admonitionblock.important{border-left:0px solid #e20000;background-color:#f9ebeb}.admonitionblock.warning{border-left:0px solid #d88400;background-color:#fff9e4}.admonitionblock.tip{border-left:0px solid #0077b9;background-color:#e9f1f6}.admonitionblock.caution{border-left:0px solid #e20000;background-color:#f9ebeb}.admonitionblock .exampleblock>.content{border:0 none;background-color:#fff}#toc a:hover{text-decoration:underline}.admonitionblock>table{margin-bottom:0}.admonitionblock>table td.content{border-left:none}@media print{#tocbot a.toc-link.node-name--H4{display:none}}.is-collapsible{max-height:1000px;overflow:hidden;transition:all 200ms ease-in-out}.is-collapsed{max-height:0}#index-link{display:none}div.back-action,#toc.toc2 div.back-action{padding:0.8rem 0 0 5px}div.back-action a,#toc.toc2 div.back-action a{position:relative;display:inline-block;padding:0.6rem 1.2rem;padding-left:35px}div.back-action a span,#toc.toc2 div.back-action a span{position:absolute;left:5px;top:5px;display:block;color:#333;height:26px;width:26px;border-radius:13px}div.back-action a i,#toc.toc2 div.back-action a i{position:absolute;top:10px;left:5px}div.back-action a:hover span,#toc.toc2 div.back-action a:hover span{color:#000}#tocbot.desktop-toc{padding-top:0.8rem}#header-spring{position:absolute;text-rendering:optimizeLegibility;top:0;left:0;right:0;height:90px;margin:0 1rem;padding:0 1rem;border-bottom:1px solid #ddddd8;border-top:3px solid #6BB344}#header-spring h1{margin:0;padding:0;font-size:22px;text-align:left;line-height:86px;padding-left:0.6rem}#header-spring h1 svg{width:200px}#header-spring h1 svg .st0{fill:#6BB344}#header-spring h1 svg .st2{fill:#444}body.book #header-spring{position:relative;top:auto;left:auto;right:auto;margin:0}body.book #header>h1:only-child{border:0 none;padding-bottom:1.2rem;font-size:1.8rem}body.book #header,body.book #content,body.book #footnotes,body.book #footer{margin:0 auto}body.toc2 #header-spring{position:absolute;left:0;right:0;top:0}body.toc2 #header>h1:only-child{font-size:2.2rem}body.toc2 #header,body.toc2 #content,body.toc2 #footnotes,body.toc2 #footer{margin:0 auto}body.toc2 #content{padding-top:2rem}#header,#content,#footnotes,#footer{width:100%;margin-right:auto;margin-top:0;margin-bottom:0;max-width:62.5em;*zoom:1;position:relative;padding-left:0.9375em;padding-right:0.9375em}#header:before,#header:after,#content:before,#content:after,#footnotes:before,#footnotes:after,#footer:before,#footer:after{content:" ";display:table}#header:after,#content:after,#footnotes:after,#footer:after{clear:both}#content{margin-top:1.25em}#content:before{content:none}#header>h1:first-child{margin-top:2.55rem;margin-bottom:0.5em;margin-bottom:0.5em}#header>h1:first-child+#toc{margin-top:8px;border-top:0 none}#header>h1:only-child,body.toc2 #header>h1:nth-last-child(2){border-bottom:1px solid #ddddd8;padding-bottom:8px}#header .details{border-bottom:1px solid #ddddd8;line-height:1.45;padding-top:0;padding-bottom:2.25em;padding-left:0.25em;color:rgba(0,0,0,0.6);display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-flow:row wrap;-webkit-flex-flow:row wrap;flex-flow:row wrap}#header .details span:first-child{margin-left:-0.125em}#header .details span.email a{color:rgba(0,0,0,0.85)}#header .details br{display:none}#header .details br+span:before{content:"\00a0\2013\00a0"}#header .details br+span.author:before{content:"\00a0\22c5\00a0";color:rgba(0,0,0,0.85)}#header .details br+span#revremark:before{content:"\00a0|\00a0"}#header #revnumber{text-transform:capitalize}#header #revnumber:after{content:"\00a0"}#content>h1:first-child:not([class]){color:rgba(0,0,0,0.85);border-bottom:1px solid #ddddd8;padding-bottom:8px;margin-top:0;padding-top:1.5rem;margin-bottom:1.25rem}h1{font-size:2.2rem;letter-spacing:-1px}h1,h2,h3,h4,h5,h6{font-weight:normal;font-family:Montserrat, Arial, Helvetica, sans-serif}h1:focus,h2:focus,h3:focus,h4:focus,h5:focus,h6:focus{box-shadow:none;outline:none}h2,h3,h4,h5,h6{padding:.8rem 0 .4rem}h1{font-size:1.75em}h2{font-size:1.6rem;letter-spacing:-1px}h3{font-size:1.5rem}h4{font-size:1.4rem}h5{font-size:1.3rem}h6{font-size:1.2rem}pre.highlight{background:#232323;color:#e6e1dc;border-radius:4px}pre.highlight code{color:#e6e1dc}pre.highlight a,#toc.toc2 a{color:#000;font-size:1rem}pre.highlight ul.sectlevel1,#toc.toc2 ul.sectlevel1{padding-left:0.2rem}pre.highlight ul.sectlevel1 li,#toc.toc2 ul.sectlevel1 li{line-height:1.4rem}::selection{background-color:#d1ff79}.literalblock pre::selection,.listingblock pre[class="highlight"]::selection,.highlight::selection,pre::selection,.highlight code::selection,.highlight code span::selection{background:rgba(255,255,255,0.2) !important}body.book #header{margin-bottom:2rem}body.toc2 #header{margin-bottom:0}.desktop-toc{display:none}.admonitionblock td.icon{display:none}.admonitionblock>table td.content{padding-left:1.25em}@media only screen and (min-width: 768px){#toctitle{font-size:1.375em}.sect1{padding-bottom:1.25em}.mobile-toc{display:none}.desktop-toc{display:block}.literalblock pre,.literalblock pre[class],.listingblock pre,.listingblock pre[class]{font-size:0.90625em}.admonitionblock td.icon{display:table-cell}.admonitionblock>table td.content{padding-left:0}body.toc2{padding-right:0}body.toc2 #toc.toc2{position:absolute;margin-top:0 !important;width:15em;top:0;border-top-width:0 !important;border-bottom-width:0 !important;margin-left:-15.9375em;z-index:1000;padding:0 1em 1.25em 0em;overflow:auto}body.toc2 #toc.toc2 #toctitle{margin-top:0;margin-bottom:0.8rem;font-size:1.2em}body.toc2 #toc.toc2>ul{font-size:0.9em;margin-bottom:0}body.toc2 #toc.toc2 ul ul{margin-left:0;padding-left:1em}body.toc2 #toc.toc2 ul.sectlevel0 ul.sectlevel1{padding-left:0;margin-top:0.5em;margin-bottom:0.5em}body.toc2 #header,body.toc2 #content,body.toc2 #footnotes,body.toc2 #footer{padding-left:15.9375em;max-width:none}body.book #header-spring h1{max-width:1400px;margin:0 auto}body.book #header,body.book #content,body.book #footnotes,body.book #footer{max-width:1400px}body.is-position-fixed #toc.toc2{position:fixed;height:100%}h1,h2,h3,#toctitle,.sidebarblock>.content>.title,h4,h5,h6{line-height:1.2}h1{font-size:1.75em}h2{font-size:1.6em}h3,#toctitle,.sidebarblock>.content>.title{font-size:1.5em}h4{font-size:1.4em}h5{font-size:1.2em}h6{font-size:1.2em}#tocbot a.toc-link.node-name--H1{font-style:italic}#tocbot ol{margin:0;padding:0;padding-left:0.6rem}#tocbot ol li{list-style:none;padding:0 0;margin:0;display:block}#tocbot{z-index:999}#tocbot .toc-link{position:relative;display:block;z-index:999;padding-right:5px;padding-top:4px;padding-bottom:4px}#tocbot .is-active-link{padding-right:3px;border-right:3px solid #6BB344}}@media only screen and (min-width: 768px){#tocbot>ul.toc-list{margin-bottom:0.5em;margin-left:0.125em}#tocbot ul.sectlevel0,#tocbot a.toc-link.node-name--H1+ul{padding-left:0}#tocbot a.toc-link{height:100%}.is-collapsible{max-height:3000px;overflow:hidden}.is-collapsed{max-height:0}.is-active-link{font-weight:700}}@media only screen and (min-width: 768px){body.toc2 #header,body.toc2 #content,body.toc2 #footer{background-repeat:repeat-y;background-position:14em 0;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAMAAAAoyzS7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQwIDc5LjE2MDQ1MSwgMjAxNy8wNS8wNi0wMTowODoyMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDE0NUNENzNGMTVGMTFFODk5RjI5ODk3QURGRjcxMkEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDE0NUNENzRGMTVGMTFFODk5RjI5ODk3QURGRjcxMkEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEMTQ1Q0Q3MUYxNUYxMUU4OTlGMjk4OTdBREZGNzEyQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpEMTQ1Q0Q3MkYxNUYxMUU4OTlGMjk4OTdBREZGNzEyQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjmGxxYAAAAGUExURd3d2AAAAJlCnKAAAAAMSURBVHjaYmAACDAAAAIAAU9tWeEAAAAASUVORK5CYII=)}}@media only screen and (min-width: 1280px){body.toc2{padding-right:0}body.toc2 #toc.toc2{width:25em;left:auto;margin-left:-26.9375em}body.toc2 #toc.toc2 #toctitle{font-size:1.375em}body.toc2 #toc.toc2>ul{font-size:0.95em}body.toc2 #toc.toc2 ul ul{padding-left:1.25em}body.toc2 body.toc2.toc-right{padding-left:0;padding-right:20em}body.toc2 #header,body.toc2 #content,body.toc2 #footnotes,body.toc2 #footer{padding-left:26.9375em;max-width:2000px}body.toc2 #header-spring h1{margin:0 auto;max-width:2000px}.literalblock pre,.literalblock pre[class],.listingblock pre,.listingblock pre[class]{font-size:0.8125em}body.toc2 #header,body.toc2 #content,body.toc2 #footer{background-repeat:repeat-y;background-position:24em 0;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAMAAAAoyzS7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQwIDc5LjE2MDQ1MSwgMjAxNy8wNS8wNi0wMTowODoyMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDE0NUNENzNGMTVGMTFFODk5RjI5ODk3QURGRjcxMkEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDE0NUNENzRGMTVGMTFFODk5RjI5ODk3QURGRjcxMkEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEMTQ1Q0Q3MUYxNUYxMUU4OTlGMjk4OTdBREZGNzEyQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpEMTQ1Q0Q3MkYxNUYxMUU4OTlGMjk4OTdBREZGNzEyQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjmGxxYAAAAGUExURd3d2AAAAJlCnKAAAAAMSURBVHjaYmAACDAAAAIAAU9tWeEAAAAASUVORK5CYII=)}} diff --git a/spring-cloud-stream-binder-kafka/2.2.0.RELEASE/favicon.ico b/spring-cloud-stream-binder-kafka/2.2.0.RELEASE/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..1a4956e64705230122da8c19d762a7f8e6971533 GIT binary patch literal 111804 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 Pn5$LYDwgECM&W5?C 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 literal 0 HcmV?d00001 diff --git a/spring-cloud-stream-binder-kafka/2.2.0.RELEASE/images/kafka-streams-initializr.png b/spring-cloud-stream-binder-kafka/2.2.0.RELEASE/images/kafka-streams-initializr.png new file mode 100644 index 0000000000000000000000000000000000000000..3f1014895b2dba40b7cca1c373b8eb41ea2dc94c GIT binary patch literal 121574 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 literal 0 HcmV?d00001 diff --git a/spring-cloud-stream-binder-kafka/2.2.0.RELEASE/index.html b/spring-cloud-stream-binder-kafka/2.2.0.RELEASE/index.html new file mode 100644 index 00000000..7f096258 --- /dev/null +++ b/spring-cloud-stream-binder-kafka/2.2.0.RELEASE/index.html @@ -0,0 +1,2705 @@ + + + + + + + + +Spring Cloud Stream Kafka Binder Reference Guide + + + + + + + + + +
+
+ +
+

Reference Guide

+
+
+
+

This guide describes the Apache Kafka implementation of the Spring Cloud Stream Binder. +It contains information about its design, usage, and configuration options, as well as information on how the Stream Cloud Stream concepts map onto Apache Kafka specific constructs. +In addition, this guide explains the Kafka Streams binding capabilities of Spring Cloud Stream.

+
+
+
+
+

1. Apache Kafka Binder

+
+
+

1.1. Usage

+
+

To use Apache Kafka binder, you need to add spring-cloud-stream-binder-kafka as a dependency to your Spring Cloud Stream application, as shown in the following example for Maven:

+
+
+
+
<dependency>
+  <groupId>org.springframework.cloud</groupId>
+  <artifactId>spring-cloud-stream-binder-kafka</artifactId>
+</dependency>
+
+
+
+

Alternatively, you can also use the Spring Cloud Stream Kafka Starter, as shown inn the following example for Maven:

+
+
+
+
<dependency>
+  <groupId>org.springframework.cloud</groupId>
+  <artifactId>spring-cloud-starter-stream-kafka</artifactId>
+</dependency>
+
+
+
+
+

1.2. Overview

+
+

The following image shows a simplified diagram of how the Apache Kafka binder operates:

+
+
+
+kafka binder +
+
Figure 1. Kafka Binder
+
+
+

The Apache Kafka Binder implementation maps each destination to an Apache Kafka topic. +The consumer group maps directly to the same Apache Kafka concept. +Partitioning also maps directly to Apache Kafka partitions as well.

+
+
+

The binder currently uses the Apache Kafka kafka-clients 1.0.0 jar and is designed to be used with a broker of at least that version. +This client can communicate with older brokers (see the Kafka documentation), but certain features may not be available. +For example, with versions earlier than 0.11.x.x, native headers are not supported. +Also, 0.11.x.x does not support the autoAddPartitions property.

+
+
+
+

1.3. Configuration Options

+
+

This section contains the configuration options used by the Apache Kafka binder.

+
+
+

For common configuration options and properties pertaining to binder, see the core documentation.

+
+
+

1.3.1. Kafka Binder Properties

+
+
+
spring.cloud.stream.kafka.binder.brokers
+
+

A list of brokers to which the Kafka binder connects.

+
+

Default: localhost.

+
+
+
spring.cloud.stream.kafka.binder.defaultBrokerPort
+
+

brokers allows hosts specified with or without port information (for example, host1,host2:port2). +This sets the default port when no port is configured in the broker list.

+
+

Default: 9092.

+
+
+
spring.cloud.stream.kafka.binder.configuration
+
+

Key/Value map of client properties (both producers and consumer) passed to all clients created by the binder. +Due to the fact that these properties are used by both producers and consumers, usage should be restricted to common properties — for example, security settings. +Unknown Kafka producer or consumer properties provided through this configuration are filtered out and not allowed to propagate. +Properties here supersede any properties set in boot.

+
+

Default: Empty map.

+
+
+
spring.cloud.stream.kafka.binder.consumerProperties
+
+

Key/Value map of arbitrary Kafka client consumer properties. +In addition to support known Kafka consumer properties, unknown consumer properties are allowed here as well. +Properties here supersede any properties set in boot and in the configuration property above.

+
+

Default: Empty map.

+
+
+
spring.cloud.stream.kafka.binder.headers
+
+

The list of custom headers that are transported by the binder. +Only required when communicating with older applications (⇐ 1.3.x) with a kafka-clients version < 0.11.0.0. Newer versions support headers natively.

+
+

Default: empty.

+
+
+
spring.cloud.stream.kafka.binder.healthTimeout
+
+

The time to wait to get partition information, in seconds. +Health reports as down if this timer expires.

+
+

Default: 10.

+
+
+
spring.cloud.stream.kafka.binder.requiredAcks
+
+

The number of required acks on the broker. +See the Kafka documentation for the producer acks property.

+
+

Default: 1.

+
+
+
spring.cloud.stream.kafka.binder.minPartitionCount
+
+

Effective only if autoCreateTopics or autoAddPartitions is set. +The global minimum number of partitions that the binder configures on topics on which it produces or consumes data. +It can be superseded by the partitionCount setting of the producer or by the value of instanceCount * concurrency settings of the producer (if either is larger).

+
+

Default: 1.

+
+
+
spring.cloud.stream.kafka.binder.producerProperties
+
+

Key/Value map of arbitrary Kafka client producer properties. +In addition to support known Kafka producer properties, unknown producer properties are allowed here as well. +Properties here supersede any properties set in boot and in the configuration property above.

+
+

Default: Empty map.

+
+
+
spring.cloud.stream.kafka.binder.replicationFactor
+
+

The replication factor of auto-created topics if autoCreateTopics is active. +Can be overridden on each binding.

+
+

Default: 1.

+
+
+
spring.cloud.stream.kafka.binder.autoCreateTopics
+
+

If set to true, the binder creates new topics automatically. +If set to false, the binder relies on the topics being already configured. +In the latter case, if the topics do not exist, the binder fails to start.

+
+ + + + + +
+ + +This setting is independent of the auto.create.topics.enable setting of the broker and does not influence it. +If the server is set to auto-create topics, they may be created as part of the metadata retrieval request, with default broker settings. +
+
+
+

Default: true.

+
+
+
spring.cloud.stream.kafka.binder.autoAddPartitions
+
+

If set to true, the binder creates new partitions if required. +If set to false, the binder relies on the partition size of the topic being already configured. +If the partition count of the target topic is smaller than the expected value, the binder fails to start.

+
+

Default: false.

+
+
+
spring.cloud.stream.kafka.binder.transaction.transactionIdPrefix
+
+

Enables transactions in the binder. See transaction.id in the Kafka documentation and Transactions in the spring-kafka documentation. +When transactions are enabled, individual producer properties are ignored and all producers use the spring.cloud.stream.kafka.binder.transaction.producer.* properties.

+
+

Default null (no transactions)

+
+
+
spring.cloud.stream.kafka.binder.transaction.producer.*
+
+

Global producer properties for producers in a transactional binder. +See spring.cloud.stream.kafka.binder.transaction.transactionIdPrefix and Kafka Producer Properties and the general producer properties supported by all binders.

+
+

Default: See individual producer properties.

+
+
+
spring.cloud.stream.kafka.binder.headerMapperBeanName
+
+

The bean name of a KafkaHeaderMapper used for mapping spring-messaging headers to and from Kafka headers. +Use this, for example, if you wish to customize the trusted packages in a DefaultKafkaHeaderMapper that uses JSON deserialization for the headers.

+
+

Default: none.

+
+
+
+
+
+
+

1.3.2. Kafka Consumer Properties

+
+ + + + + +
+ + +To avoid repetition, Spring Cloud Stream supports setting values for all channels, in the format of spring.cloud.stream.default.<property>=<value>. +
+
+
+

The following properties are available for Kafka consumers only and +must be prefixed with spring.cloud.stream.kafka.bindings.<channelName>.consumer..

+
+
+
+
admin.configuration
+
+

Since version 2.1.1, this property is deprecated in favor of topic.properties, and support for it will be removed in a future version.

+
+
admin.replicas-assignment
+
+

Since version 2.1.1, this property is deprecated in favor of topic.replicas-assignment, and support for it will be removed in a future version.

+
+
admin.replication-factor
+
+

Since version 2.1.1, this property is deprecated in favor of topic.replication-factor, and support for it will be removed in a future version.

+
+
autoRebalanceEnabled
+
+

When true, topic partitions is automatically rebalanced between the members of a consumer group. +When false, each consumer is assigned a fixed set of partitions based on spring.cloud.stream.instanceCount and spring.cloud.stream.instanceIndex. +This requires both the spring.cloud.stream.instanceCount and spring.cloud.stream.instanceIndex properties to be set appropriately on each launched instance. +The value of the spring.cloud.stream.instanceCount property must typically be greater than 1 in this case.

+
+

Default: true.

+
+
+
ackEachRecord
+
+

When autoCommitOffset is true, this setting dictates whether to commit the offset after each record is processed. +By default, offsets are committed after all records in the batch of records returned by consumer.poll() have been processed. +The number of records returned by a poll can be controlled with the max.poll.records Kafka property, which is set through the consumer configuration property. +Setting this to true may cause a degradation in performance, but doing so reduces the likelihood of redelivered records when a failure occurs. +Also, see the binder requiredAcks property, which also affects the performance of committing offsets.

+
+

Default: false.

+
+
+
autoCommitOffset
+
+

Whether to autocommit offsets when a message has been processed. +If set to false, a header with the key kafka_acknowledgment of the type org.springframework.kafka.support.Acknowledgment header is present in the inbound message. +Applications may use this header for acknowledging messages. +See the examples section for details. +When this property is set to false, Kafka binder sets the ack mode to org.springframework.kafka.listener.AbstractMessageListenerContainer.AckMode.MANUAL and the application is responsible for acknowledging records. +Also see ackEachRecord.

+
+

Default: true.

+
+
+
autoCommitOnError
+
+

Effective only if autoCommitOffset is set to true. +If set to false, it suppresses auto-commits for messages that result in errors and commits only for successful messages. It allows a stream to automatically replay from the last successfully processed message, in case of persistent failures. +If set to true, it always auto-commits (if auto-commit is enabled). +If not set (the default), it effectively has the same value as enableDlq, auto-committing erroneous messages if they are sent to a DLQ and not committing them otherwise.

+
+

Default: not set.

+
+
+
resetOffsets
+
+

Whether to reset offsets on the consumer to the value provided by startOffset. +Must be false if a KafkaRebalanceListener is provided; see Using a KafkaRebalanceListener.

+
+

Default: false.

+
+
+
startOffset
+
+

The starting offset for new groups. +Allowed values: earliest and latest. +If the consumer group is set explicitly for the consumer 'binding' (through spring.cloud.stream.bindings.<channelName>.group), 'startOffset' is set to earliest. Otherwise, it is set to latest for the anonymous consumer group. +Also see resetOffsets (earlier in this list).

+
+

Default: null (equivalent to earliest).

+
+
+
enableDlq
+
+

When set to true, it enables DLQ behavior for the consumer. +By default, messages that result in errors are forwarded to a topic named error.<destination>.<group>. +The DLQ topic name can be configurable by setting the dlqName property. +This provides an alternative option to the more common Kafka replay scenario for the case when the number of errors is relatively small and replaying the entire original topic may be too cumbersome. +See Dead-Letter Topic Processing processing for more information. +Starting with version 2.0, messages sent to the DLQ topic are enhanced with the following headers: x-original-topic, x-exception-message, and x-exception-stacktrace as byte[]. +Not allowed when destinationIsPattern is true.

+
+

Default: false.

+
+
+
configuration
+
+

Map with a key/value pair containing generic Kafka consumer properties. +In addition to having Kafka consumer properties, other configuration properties can be passed here. +For example some properties needed by the application such as spring.cloud.stream.kafka.bindings.input.consumer.configuration.foo=bar.

+
+

Default: Empty map.

+
+
+
dlqName
+
+

The name of the DLQ topic to receive the error messages.

+
+

Default: null (If not specified, messages that result in errors are forwarded to a topic named error.<destination>.<group>).

+
+
+
dlqProducerProperties
+
+

Using this, DLQ-specific producer properties can be set. +All the properties available through kafka producer properties can be set through this property.

+
+

Default: Default Kafka producer properties.

+
+
+
standardHeaders
+
+

Indicates which standard headers are populated by the inbound channel adapter. +Allowed values: none, id, timestamp, or both. +Useful if using native deserialization and the first component to receive a message needs an id (such as an aggregator that is configured to use a JDBC message store).

+
+

Default: none

+
+
+
converterBeanName
+
+

The name of a bean that implements RecordMessageConverter. Used in the inbound channel adapter to replace the default MessagingMessageConverter.

+
+

Default: null

+
+
+
idleEventInterval
+
+

The interval, in milliseconds, between events indicating that no messages have recently been received. +Use an ApplicationListener<ListenerContainerIdleEvent> to receive these events. +See Example: Pausing and Resuming the Consumer for a usage example.

+
+

Default: 30000

+
+
+
destinationIsPattern
+
+

When true, the destination is treated as a regular expression Pattern used to match topic names by the broker. +When true, topics are not provisioned, and enableDlq is not allowed, because the binder does not know the topic names during the provisioning phase. +Note, the time taken to detect new topics that match the pattern is controlled by the consumer property metadata.max.age.ms, which (at the time of writing) defaults to 300,000ms (5 minutes). +This can be configured using the configuration property above.

+
+

Default: false

+
+
+
topic.properties
+
+

A Map of Kafka topic properties used when provisioning new topics — for example, spring.cloud.stream.kafka.bindings.input.consumer.topic.properties.message.format.version=0.9.0.0

+
+

Default: none.

+
+
+
topic.replicas-assignment
+
+

A Map<Integer, List<Integer>> of replica assignments, with the key being the partition and the value being the assignments. +Used when provisioning new topics. +See the NewTopic Javadocs in the kafka-clients jar.

+
+

Default: none.

+
+
+
topic.replication-factor
+
+

The replication factor to use when provisioning topics. Overrides the binder-wide setting. +Ignored if replicas-assignments is present.

+
+

Default: none (the binder-wide default of 1 is used).

+
+
+
+
+
+
+

1.3.3. Kafka Producer Properties

+
+ + + + + +
+ + +To avoid repetition, Spring Cloud Stream supports setting values for all channels, in the format of spring.cloud.stream.default.<property>=<value>. +
+
+
+

The following properties are available for Kafka producers only and +must be prefixed with spring.cloud.stream.kafka.bindings.<channelName>.producer..

+
+
+
+
admin.configuration
+
+

Since version 2.1.1, this property is deprecated in favor of topic.properties, and support for it will be removed in a future version.

+
+
admin.replicas-assignment
+
+

Since version 2.1.1, this property is deprecated in favor of topic.replicas-assignment, and support for it will be removed in a future version.

+
+
admin.replication-factor
+
+

Since version 2.1.1, this property is deprecated in favor of topic.replication-factor, and support for it will be removed in a future version.

+
+
bufferSize
+
+

Upper limit, in bytes, of how much data the Kafka producer attempts to batch before sending.

+
+

Default: 16384.

+
+
+
sync
+
+

Whether the producer is synchronous.

+
+

Default: false.

+
+
+
batchTimeout
+
+

How long the producer waits to allow more messages to accumulate in the same batch before sending the messages. +(Normally, the producer does not wait at all and simply sends all the messages that accumulated while the previous send was in progress.) A non-zero value may increase throughput at the expense of latency.

+
+

Default: 0.

+
+
+
messageKeyExpression
+
+

A SpEL expression evaluated against the outgoing message used to populate the key of the produced Kafka message — for example, headers['myKey']. +The payload cannot be used because, by the time this expression is evaluated, the payload is already in the form of a byte[].

+
+

Default: none.

+
+
+
headerPatterns
+
+

A comma-delimited list of simple patterns to match Spring messaging headers to be mapped to the Kafka Headers in the ProducerRecord. +Patterns can begin or end with the wildcard character (asterisk). +Patterns can be negated by prefixing with !. +Matching stops after the first match (positive or negative). +For example !ask,as* will pass ash but not ask. +id and timestamp are never mapped.

+
+

Default: * (all headers - except the id and timestamp)

+
+
+
configuration
+
+

Map with a key/value pair containing generic Kafka producer properties.

+
+

Default: Empty map.

+
+
+
topic.properties
+
+

A Map of Kafka topic properties used when provisioning new topics — for example, spring.cloud.stream.kafka.bindings.output.producer.topic.properties.message.format.version=0.9.0.0

+
+
topic.replicas-assignment
+
+

A Map<Integer, List<Integer>> of replica assignments, with the key being the partition and the value being the assignments. +Used when provisioning new topics. +See the NewTopic Javadocs in the kafka-clients jar.

+
+

Default: none.

+
+
+
topic.replication-factor
+
+

The replication factor to use when provisioning topics. Overrides the binder-wide setting. +Ignored if replicas-assignments is present.

+
+

Default: none (the binder-wide default of 1 is used).

+
+
+
+
+
+ + + + + +
+ + +The Kafka binder uses the partitionCount setting of the producer as a hint to create a topic with the given partition count (in conjunction with the minPartitionCount, the maximum of the two being the value being used). +Exercise caution when configuring both minPartitionCount for a binder and partitionCount for an application, as the larger value is used. +If a topic already exists with a smaller partition count and autoAddPartitions is disabled (the default), the binder fails to start. +If a topic already exists with a smaller partition count and autoAddPartitions is enabled, new partitions are added. +If a topic already exists with a larger number of partitions than the maximum of (minPartitionCount or partitionCount), the existing partition count is used. +
+
+
+
+
compression
+
+

Set the compression.type producer property. +Supported values are none, gzip, snappy and lz4. +If you override the kafka-clients jar to 2.1.0 (or later), as discussed in the Spring for Apache Kafka documentation, and wish to use zstd compression, use spring.cloud.stream.kafka.bindings.<binding-name>.producer.configuration.compression.type=zstd.

+
+

Default: none.

+
+
+
+
+
+
+

1.3.4. Usage examples

+
+

In this section, we show the use of the preceding properties for specific scenarios.

+
+
+
Example: Setting autoCommitOffset to false and Relying on Manual Acking
+
+

This example illustrates how one may manually acknowledge offsets in a consumer application.

+
+
+

This example requires that spring.cloud.stream.kafka.bindings.input.consumer.autoCommitOffset be set to false. +Use the corresponding input channel name for your example.

+
+
+
+
@SpringBootApplication
+@EnableBinding(Sink.class)
+public class ManuallyAcknowdledgingConsumer {
+
+ public static void main(String[] args) {
+     SpringApplication.run(ManuallyAcknowdledgingConsumer.class, args);
+ }
+
+ @StreamListener(Sink.INPUT)
+ public void process(Message<?> message) {
+     Acknowledgment acknowledgment = message.getHeaders().get(KafkaHeaders.ACKNOWLEDGMENT, Acknowledgment.class);
+     if (acknowledgment != null) {
+         System.out.println("Acknowledgment provided");
+         acknowledgment.acknowledge();
+     }
+ }
+}
+
+
+
+
+
Example: Security Configuration
+
+

Apache Kafka 0.9 supports secure connections between client and brokers. +To take advantage of this feature, follow the guidelines in the Apache Kafka Documentation as well as the Kafka 0.9 security guidelines from the Confluent documentation. +Use the spring.cloud.stream.kafka.binder.configuration option to set security properties for all clients created by the binder.

+
+
+

For example, to set security.protocol to SASL_SSL, set the following property:

+
+
+
+
spring.cloud.stream.kafka.binder.configuration.security.protocol=SASL_SSL
+
+
+
+

All the other security properties can be set in a similar manner.

+
+
+

When using Kerberos, follow the instructions in the reference documentation for creating and referencing the JAAS configuration.

+
+
+

Spring Cloud Stream supports passing JAAS configuration information to the application by using a JAAS configuration file and using Spring Boot properties.

+
+
+
Using JAAS Configuration Files
+
+

The JAAS and (optionally) krb5 file locations can be set for Spring Cloud Stream applications by using system properties. +The following example shows how to launch a Spring Cloud Stream application with SASL and Kerberos by using a JAAS configuration file:

+
+
+
+
 java -Djava.security.auth.login.config=/path.to/kafka_client_jaas.conf -jar log.jar \
+   --spring.cloud.stream.kafka.binder.brokers=secure.server:9092 \
+   --spring.cloud.stream.bindings.input.destination=stream.ticktock \
+   --spring.cloud.stream.kafka.binder.configuration.security.protocol=SASL_PLAINTEXT
+
+
+
+
+
Using Spring Boot Properties
+
+

As an alternative to having a JAAS configuration file, Spring Cloud Stream provides a mechanism for setting up the JAAS configuration for Spring Cloud Stream applications by using Spring Boot properties.

+
+
+

The following properties can be used to configure the login context of the Kafka client:

+
+
+
+
spring.cloud.stream.kafka.binder.jaas.loginModule
+
+

The login module name. Not necessary to be set in normal cases.

+
+

Default: com.sun.security.auth.module.Krb5LoginModule.

+
+
+
spring.cloud.stream.kafka.binder.jaas.controlFlag
+
+

The control flag of the login module.

+
+

Default: required.

+
+
+
spring.cloud.stream.kafka.binder.jaas.options
+
+

Map with a key/value pair containing the login module options.

+
+

Default: Empty map.

+
+
+
+
+
+

The following example shows how to launch a Spring Cloud Stream application with SASL and Kerberos by using Spring Boot configuration properties:

+
+
+
+
 java --spring.cloud.stream.kafka.binder.brokers=secure.server:9092 \
+   --spring.cloud.stream.bindings.input.destination=stream.ticktock \
+   --spring.cloud.stream.kafka.binder.autoCreateTopics=false \
+   --spring.cloud.stream.kafka.binder.configuration.security.protocol=SASL_PLAINTEXT \
+   --spring.cloud.stream.kafka.binder.jaas.options.useKeyTab=true \
+   --spring.cloud.stream.kafka.binder.jaas.options.storeKey=true \
+   --spring.cloud.stream.kafka.binder.jaas.options.keyTab=/etc/security/keytabs/kafka_client.keytab \
+   --spring.cloud.stream.kafka.binder.jaas.options.principal=kafka-client-1@EXAMPLE.COM
+
+
+
+

The preceding example represents the equivalent of the following JAAS file:

+
+
+
+
KafkaClient {
+    com.sun.security.auth.module.Krb5LoginModule required
+    useKeyTab=true
+    storeKey=true
+    keyTab="/etc/security/keytabs/kafka_client.keytab"
+    principal="kafka-client-1@EXAMPLE.COM";
+};
+
+
+
+

If the topics required already exist on the broker or will be created by an administrator, autocreation can be turned off and only client JAAS properties need to be sent.

+
+
+ + + + + +
+ + +Do not mix JAAS configuration files and Spring Boot properties in the same application. +If the -Djava.security.auth.login.config system property is already present, Spring Cloud Stream ignores the Spring Boot properties. +
+
+
+ + + + + +
+ + +Be careful when using the autoCreateTopics and autoAddPartitions with Kerberos. +Usually, applications may use principals that do not have administrative rights in Kafka and Zookeeper. +Consequently, relying on Spring Cloud Stream to create/modify topics may fail. +In secure environments, we strongly recommend creating topics and managing ACLs administratively by using Kafka tooling. +
+
+
+
+
+
Example: Pausing and Resuming the Consumer
+
+

If you wish to suspend consumption but not cause a partition rebalance, you can pause and resume the consumer. +This is facilitated by adding the Consumer as a parameter to your @StreamListener. +To resume, you need an ApplicationListener for ListenerContainerIdleEvent instances. +The frequency at which events are published is controlled by the idleEventInterval property. +Since the consumer is not thread-safe, you must call these methods on the calling thread.

+
+
+

The following simple application shows how to pause and resume:

+
+
+
+
@SpringBootApplication
+@EnableBinding(Sink.class)
+public class Application {
+
+	public static void main(String[] args) {
+		SpringApplication.run(Application.class, args);
+	}
+
+	@StreamListener(Sink.INPUT)
+	public void in(String in, @Header(KafkaHeaders.CONSUMER) Consumer<?, ?> consumer) {
+		System.out.println(in);
+		consumer.pause(Collections.singleton(new TopicPartition("myTopic", 0)));
+	}
+
+	@Bean
+	public ApplicationListener<ListenerContainerIdleEvent> idleListener() {
+		return event -> {
+			System.out.println(event);
+			if (event.getConsumer().paused().size() > 0) {
+				event.getConsumer().resume(event.getConsumer().paused());
+			}
+		};
+	}
+
+}
+
+
+
+
+
+
+

1.4. Error Channels

+
+

Starting with version 1.3, the binder unconditionally sends exceptions to an error channel for each consumer destination and can also be configured to send async producer send failures to an error channel. +See [spring-cloud-stream-overview-error-handling] for more information.

+
+
+

The payload of the ErrorMessage for a send failure is a KafkaSendFailureException with properties:

+
+
+
    +
  • +

    failedMessage: The Spring Messaging Message<?> that failed to be sent.

    +
  • +
  • +

    record: The raw ProducerRecord that was created from the failedMessage

    +
  • +
+
+
+

There is no automatic handling of producer exceptions (such as sending to a Dead-Letter queue). +You can consume these exceptions with your own Spring Integration flow.

+
+
+
+

1.5. Kafka Metrics

+
+

Kafka binder module exposes the following metrics:

+
+
+

spring.cloud.stream.binder.kafka.offset: This metric indicates how many messages have not been yet consumed from a given binder’s topic by a given consumer group. +The metrics provided are based on the Mircometer metrics library. The metric contains the consumer group information, topic and the actual lag in committed offset from the latest offset on the topic. +This metric is particularly useful for providing auto-scaling feedback to a PaaS platform.

+
+
+
+

1.6. Tombstone Records (null record values)

+
+

When using compacted topics, a record with a null value (also called a tombstone record) represents the deletion of a key. +To receive such messages in a @StreamListener method, the parameter must be marked as not required to receive a null value argument.

+
+
+
+
+
+
@StreamListener(Sink.INPUT)
+public void in(@Header(KafkaHeaders.RECEIVED_MESSAGE_KEY) byte[] key,
+               @Payload(required = false) Customer customer) {
+    // customer is null if a tombstone record
+    ...
+}
+
+
+
+
+
+
+

1.7. Using a KafkaRebalanceListener

+
+

Applications may wish to seek topics/partitions to arbitrary offsets when the partitions are initially assigned, or perform other operations on the consumer. +Starting with version 2.1, if you provide a single KafkaRebalanceListener bean in the application context, it will be wired into all Kafka consumer bindings.

+
+
+
+
+
+
public interface KafkaBindingRebalanceListener {
+
+	/**
+	 * Invoked by the container before any pending offsets are committed.
+	 * @param bindingName the name of the binding.
+	 * @param consumer the consumer.
+	 * @param partitions the partitions.
+	 */
+	default void onPartitionsRevokedBeforeCommit(String bindingName, Consumer<?, ?> consumer,
+			Collection<TopicPartition> partitions) {
+
+	}
+
+	/**
+	 * Invoked by the container after any pending offsets are committed.
+	 * @param bindingName the name of the binding.
+	 * @param consumer the consumer.
+	 * @param partitions the partitions.
+	 */
+	default void onPartitionsRevokedAfterCommit(String bindingName, Consumer<?, ?> consumer, Collection<TopicPartition> partitions) {
+
+	}
+
+	/**
+	 * Invoked when partitions are initially assigned or after a rebalance.
+	 * Applications might only want to perform seek operations on an initial assignment.
+	 * @param bindingName the name of the binding.
+	 * @param consumer the consumer.
+	 * @param partitions the partitions.
+	 * @param initial true if this is the initial assignment.
+	 */
+	default void onPartitionsAssigned(String bindingName, Consumer<?, ?> consumer, Collection<TopicPartition> partitions,
+			boolean initial) {
+
+	}
+
+}
+
+
+
+
+
+

You cannot set the resetOffsets consumer property to true when you provide a rebalance listener.

+
+
+
+

1.8. Dead-Letter Topic Processing

+
+

Because you cannot anticipate how users would want to dispose of dead-lettered messages, the framework does not provide any standard mechanism to handle them. +If the reason for the dead-lettering is transient, you may wish to route the messages back to the original topic. +However, if the problem is a permanent issue, that could cause an infinite loop. +The sample Spring Boot application within this topic is an example of how to route those messages back to the original topic, but it moves them to a “parking lot” topic after three attempts. +The application is another spring-cloud-stream application that reads from the dead-letter topic. +It terminates when no messages are received for 5 seconds.

+
+
+

The examples assume the original destination is so8400out and the consumer group is so8400.

+
+
+

There are a couple of strategies to consider:

+
+
+
    +
  • +

    Consider running the rerouting only when the main application is not running. +Otherwise, the retries for transient errors are used up very quickly.

    +
  • +
  • +

    Alternatively, use a two-stage approach: Use this application to route to a third topic and another to route from there back to the main topic.

    +
  • +
+
+
+

The following code listings show the sample application:

+
+
+
application.properties
+
+
spring.cloud.stream.bindings.input.group=so8400replay
+spring.cloud.stream.bindings.input.destination=error.so8400out.so8400
+
+spring.cloud.stream.bindings.output.destination=so8400out
+
+spring.cloud.stream.bindings.parkingLot.destination=so8400in.parkingLot
+
+spring.cloud.stream.kafka.binder.configuration.auto.offset.reset=earliest
+
+spring.cloud.stream.kafka.binder.headers=x-retries
+
+
+
+
Application
+
+
@SpringBootApplication
+@EnableBinding(TwoOutputProcessor.class)
+public class ReRouteDlqKApplication implements CommandLineRunner {
+
+    private static final String X_RETRIES_HEADER = "x-retries";
+
+    public static void main(String[] args) {
+        SpringApplication.run(ReRouteDlqKApplication.class, args).close();
+    }
+
+    private final AtomicInteger processed = new AtomicInteger();
+
+    @Autowired
+    private MessageChannel parkingLot;
+
+    @StreamListener(Processor.INPUT)
+    @SendTo(Processor.OUTPUT)
+    public Message<?> reRoute(Message<?> failed) {
+        processed.incrementAndGet();
+        Integer retries = failed.getHeaders().get(X_RETRIES_HEADER, Integer.class);
+        if (retries == null) {
+            System.out.println("First retry for " + failed);
+            return MessageBuilder.fromMessage(failed)
+                    .setHeader(X_RETRIES_HEADER, new Integer(1))
+                    .setHeader(BinderHeaders.PARTITION_OVERRIDE,
+                            failed.getHeaders().get(KafkaHeaders.RECEIVED_PARTITION_ID))
+                    .build();
+        }
+        else if (retries.intValue() < 3) {
+            System.out.println("Another retry for " + failed);
+            return MessageBuilder.fromMessage(failed)
+                    .setHeader(X_RETRIES_HEADER, new Integer(retries.intValue() + 1))
+                    .setHeader(BinderHeaders.PARTITION_OVERRIDE,
+                            failed.getHeaders().get(KafkaHeaders.RECEIVED_PARTITION_ID))
+                    .build();
+        }
+        else {
+            System.out.println("Retries exhausted for " + failed);
+            parkingLot.send(MessageBuilder.fromMessage(failed)
+                    .setHeader(BinderHeaders.PARTITION_OVERRIDE,
+                            failed.getHeaders().get(KafkaHeaders.RECEIVED_PARTITION_ID))
+                    .build());
+        }
+        return null;
+    }
+
+    @Override
+    public void run(String... args) throws Exception {
+        while (true) {
+            int count = this.processed.get();
+            Thread.sleep(5000);
+            if (count == this.processed.get()) {
+                System.out.println("Idle, terminating");
+                return;
+            }
+        }
+    }
+
+    public interface TwoOutputProcessor extends Processor {
+
+        @Output("parkingLot")
+        MessageChannel parkingLot();
+
+    }
+
+}
+
+
+
+
+

1.9. Partitioning with the Kafka Binder

+
+

Apache Kafka supports topic partitioning natively.

+
+
+

Sometimes it is advantageous to send data to specific partitions — for example, when you want to strictly order message processing (all messages for a particular customer should go to the same partition).

+
+
+

The following example shows how to configure the producer and consumer side:

+
+
+
+
@SpringBootApplication
+@EnableBinding(Source.class)
+public class KafkaPartitionProducerApplication {
+
+    private static final Random RANDOM = new Random(System.currentTimeMillis());
+
+    private static final String[] data = new String[] {
+            "foo1", "bar1", "qux1",
+            "foo2", "bar2", "qux2",
+            "foo3", "bar3", "qux3",
+            "foo4", "bar4", "qux4",
+            };
+
+    public static void main(String[] args) {
+        new SpringApplicationBuilder(KafkaPartitionProducerApplication.class)
+            .web(false)
+            .run(args);
+    }
+
+    @InboundChannelAdapter(channel = Source.OUTPUT, poller = @Poller(fixedRate = "5000"))
+    public Message<?> generate() {
+        String value = data[RANDOM.nextInt(data.length)];
+        System.out.println("Sending: " + value);
+        return MessageBuilder.withPayload(value)
+                .setHeader("partitionKey", value)
+                .build();
+    }
+
+}
+
+
+
+
application.yml
+
+
spring:
+  cloud:
+    stream:
+      bindings:
+        output:
+          destination: partitioned.topic
+          producer:
+            partition-key-expression: headers['partitionKey']
+            partition-count: 12
+
+
+
+ + + + + +
+ + +The topic must be provisioned to have enough partitions to achieve the desired concurrency for all consumer groups. +The above configuration supports up to 12 consumer instances (6 if their concurrency is 2, 4 if their concurrency is 3, and so on). +It is generally best to “over-provision” the partitions to allow for future increases in consumers or concurrency. +
+
+
+ + + + + +
+ + +The preceding configuration uses the default partitioning (key.hashCode() % partitionCount). +This may or may not provide a suitably balanced algorithm, depending on the key values. +You can override this default by using the partitionSelectorExpression or partitionSelectorClass properties. +
+
+
+

Since partitions are natively handled by Kafka, no special configuration is needed on the consumer side. +Kafka allocates partitions across the instances.

+
+
+

The following Spring Boot application listens to a Kafka stream and prints (to the console) the partition ID to which each message goes:

+
+
+
+
@SpringBootApplication
+@EnableBinding(Sink.class)
+public class KafkaPartitionConsumerApplication {
+
+    public static void main(String[] args) {
+        new SpringApplicationBuilder(KafkaPartitionConsumerApplication.class)
+            .web(false)
+            .run(args);
+    }
+
+    @StreamListener(Sink.INPUT)
+    public void listen(@Payload String in, @Header(KafkaHeaders.RECEIVED_PARTITION_ID) int partition) {
+        System.out.println(in + " received from partition " + partition);
+    }
+
+}
+
+
+
+
application.yml
+
+
spring:
+  cloud:
+    stream:
+      bindings:
+        input:
+          destination: partitioned.topic
+          group: myGroup
+
+
+
+

You can add instances as needed. +Kafka rebalances the partition allocations. +If the instance count (or instance count * concurrency) exceeds the number of partitions, some consumers are idle.

+
+
+
+
+
+

2. Kafka Streams Binder

+
+
+

2.1. Usage

+
+

For using the Kafka Streams binder, you just need to add it to your Spring Cloud Stream application, using the following +Maven coordinates:

+
+
+
+
<dependency>
+  <groupId>org.springframework.cloud</groupId>
+  <artifactId>spring-cloud-stream-binder-kafka-streams</artifactId>
+</dependency>
+
+
+
+
+

2.2. Overview

+
+

Spring Cloud Stream’s Apache Kafka support also includes a binder implementation designed explicitly for Apache Kafka +Streams binding. With this native integration, a Spring Cloud Stream "processor" application can directly use the +Apache Kafka Streams APIs in the core business logic.

+
+
+

Kafka Streams binder implementation builds on the foundation provided by the Kafka Streams in Spring Kafka +project.

+
+
+

Kafka Streams binder provides binding capabilities for the three major types in Kafka Streams - KStream, KTable and GlobalKTable.

+
+
+

As part of this native integration, the high-level Streams DSL +provided by the Kafka Streams API is available for use in the business logic.

+
+
+

An early version of the Processor API +support is available as well.

+
+
+

As noted early-on, Kafka Streams support in Spring Cloud Stream is strictly only available for use in the Processor model. +A model in which the messages read from an inbound topic, business processing can be applied, and the transformed messages +can be written to an outbound topic. It can also be used in Processor applications with a no-outbound destination.

+
+
+

2.2.1. Streams DSL

+
+

This application consumes data from a Kafka topic (e.g., words), computes word count for each unique word in a 5 seconds +time window, and the computed results are sent to a downstream topic (e.g., counts) for further processing.

+
+
+
+
@SpringBootApplication
+@EnableBinding(KafkaStreamsProcessor.class)
+public class WordCountProcessorApplication {
+
+	@StreamListener("input")
+	@SendTo("output")
+	public KStream<?, WordCount> process(KStream<?, String> input) {
+		return input
+                .flatMapValues(value -> Arrays.asList(value.toLowerCase().split("\\W+")))
+                .groupBy((key, value) -> value)
+                .windowedBy(TimeWindows.of(5000))
+                .count(Materialized.as("WordCounts-multi"))
+                .toStream()
+                .map((key, value) -> new KeyValue<>(null, new WordCount(key.key(), value, new Date(key.window().start()), new Date(key.window().end()))));
+    }
+
+	public static void main(String[] args) {
+		SpringApplication.run(WordCountProcessorApplication.class, args);
+	}
+
+
+
+

Once built as a uber-jar (e.g., wordcount-processor.jar), you can run the above example like the following.

+
+
+
+
java -jar wordcount-processor.jar  --spring.cloud.stream.bindings.input.destination=words --spring.cloud.stream.bindings.output.destination=counts
+
+
+
+

This application will consume messages from the Kafka topic words and the computed results are published to an output +topic counts.

+
+
+

Spring Cloud Stream will ensure that the messages from both the incoming and outgoing topics are automatically bound as +KStream objects. As a developer, you can exclusively focus on the business aspects of the code, i.e. writing the logic +required in the processor. Setting up the Streams DSL specific configuration required by the Kafka Streams infrastructure +is automatically handled by the framework.

+
+
+
+
+

2.3. Configuration Options

+
+

This section contains the configuration options used by the Kafka Streams binder.

+
+
+

For common configuration options and properties pertaining to binder, refer to the core documentation.

+
+
+

2.3.1. Kafka Streams Properties

+
+

The following properties are available at the binder level and must be prefixed with spring.cloud.stream.kafka.streams.binder.

+
+
+
+
configuration
+
+

Map with a key/value pair containing properties pertaining to Apache Kafka Streams API. + This property must be prefixed with spring.cloud.stream.kafka.streams.binder.. +Following are some examples of using this property.

+
+
+
+
+
+
spring.cloud.stream.kafka.streams.binder.configuration.default.key.serde=org.apache.kafka.common.serialization.Serdes$StringSerde
+spring.cloud.stream.kafka.streams.binder.configuration.default.value.serde=org.apache.kafka.common.serialization.Serdes$StringSerde
+spring.cloud.stream.kafka.streams.binder.configuration.commit.interval.ms=1000
+
+
+
+

For more information about all the properties that may go into streams configuration, see StreamsConfig JavaDocs in +Apache Kafka Streams docs.

+
+
+
+
brokers
+
+

Broker URL

+
+

Default: localhost

+
+
+
zkNodes
+
+

Zookeeper URL

+
+

Default: localhost

+
+
+
serdeError
+
+

Deserialization error handler type. +Possible values are - logAndContinue, logAndFail or sendToDlq

+
+

Default: logAndFail

+
+
+
applicationId
+
+

Convenient way to set the application.id for the Kafka Streams application globally at the binder level. +If the application contains multiple StreamListener methods, then application.id should be set at the binding level per input binding.

+
+

Default: none

+
+
+
+
+
+

The following properties are only available for Kafka Streams producers and must be prefixed with spring.cloud.stream.kafka.streams.bindings.<binding name>.producer. +For convenience, if there multiple output bindings and they all require a common value, that can be configured by using the prefix spring.cloud.stream.kafka.streams.default.producer..

+
+
+
+
keySerde
+
+

key serde to use

+
+

Default: none.

+
+
+
valueSerde
+
+

value serde to use

+
+

Default: none.

+
+
+
useNativeEncoding
+
+

flag to enable native encoding

+
+

Default: false.

+
+
+
+
+
+

The following properties are available for Kafka Streams consumers and must be prefixed with spring.cloud.stream.kafka.streams.bindings.<binding-name>.consumer. +For convenience, if there are multiple input bindings and they all require a common value, that can be configured by using the prefix spring.cloud.stream.kafka.streams.default.consumer..

+
+
+
+
applicationId
+
+

Setting application.id per input binding.

+
+

Default: none

+
+
+
keySerde
+
+

key serde to use

+
+

Default: none.

+
+
+
valueSerde
+
+

value serde to use

+
+

Default: none.

+
+
+
materializedAs
+
+

state store to materialize when using incoming KTable types

+
+

Default: none.

+
+
+
useNativeDecoding
+
+

flag to enable native decoding

+
+

Default: false.

+
+
+
dlqName
+
+

DLQ topic name.

+
+

Default: none.

+
+
+
startOffset
+
+

Offset to start from if there is no committed offset to consume from. +This is mostly used when the consumer is consuming from a topic for the first time. Kafka Streams uses earliest as the default strategy and +the binder uses the same default. This can be overridden to latest using this property.

+
+

Default: earliest.

+
+
+
+
+
+

Note: Using resetOffsets on the consumer does not have any effect on Kafka Streams binder. +Unlike the message channel based binder, Kafka Streams binder does not seek to beginning or end on demand.

+
+
+
+

2.3.2. TimeWindow properties:

+
+

Windowing is an important concept in stream processing applications. Following properties are available to configure +time-window computations.

+
+
+
+
spring.cloud.stream.kafka.streams.timeWindow.length
+
+

When this property is given, you can autowire a TimeWindows bean into the application. +The value is expressed in milliseconds.

+
+

Default: none.

+
+
+
spring.cloud.stream.kafka.streams.timeWindow.advanceBy
+
+

Value is given in milliseconds.

+
+

Default: none.

+
+
+
+
+
+
+
+

2.4. Multiple Input Bindings

+
+

For use cases that requires multiple incoming KStream objects or a combination of KStream and KTable objects, the Kafka +Streams binder provides multiple bindings support.

+
+
+

Let’s see it in action.

+
+
+

2.4.1. Multiple Input Bindings as a Sink

+
+
+
@EnableBinding(KStreamKTableBinding.class)
+.....
+.....
+@StreamListener
+public void process(@Input("inputStream") KStream<String, PlayEvent> playEvents,
+                    @Input("inputTable") KTable<Long, Song> songTable) {
+                    ....
+                    ....
+}
+
+interface KStreamKTableBinding {
+
+    @Input("inputStream")
+    KStream<?, ?> inputStream();
+
+    @Input("inputTable")
+    KTable<?, ?> inputTable();
+}
+
+
+
+

In the above example, the application is written as a sink, i.e. there are no output bindings and the application has to +decide concerning downstream processing. When you write applications in this style, you might want to send the information +downstream or store them in a state store (See below for Queryable State Stores).

+
+
+

In the case of incoming KTable, if you want to materialize the computations to a state store, you have to express it +through the following property.

+
+
+
+
spring.cloud.stream.kafka.streams.bindings.inputTable.consumer.materializedAs: all-songs
+
+
+
+

The above example shows the use of KTable as an input binding. +The binder also supports input bindings for GlobalKTable. +GlobalKTable binding is useful when you have to ensure that all instances of your application has access to the data updates from the topic. +KTable and GlobalKTable bindings are only available on the input. +Binder supports both input and output bindings for KStream.

+
+
+
+
+

2.5. Multiple Input Bindings as a Processor

+
+
+
@EnableBinding(KStreamKTableBinding.class)
+....
+....
+
+@StreamListener
+@SendTo("output")
+public KStream<String, Long> process(@Input("input") KStream<String, Long> userClicksStream,
+                                     @Input("inputTable") KTable<String, String> userRegionsTable) {
+....
+....
+}
+
+interface KStreamKTableBinding extends KafkaStreamsProcessor {
+
+    @Input("inputX")
+    KTable<?, ?> inputTable();
+}
+
+
+
+
+

2.6. Multiple Output Bindings (aka Branching)

+
+

Kafka Streams allow outbound data to be split into multiple topics based on some predicates. The Kafka Streams binder provides +support for this feature without compromising the programming model exposed through StreamListener in the end user application.

+
+
+

You can write the application in the usual way as demonstrated above in the word count example. However, when using the +branching feature, you are required to do a few things. First, you need to make sure that your return type is KStream[] +instead of a regular KStream. Second, you need to use the SendTo annotation containing the output bindings in the order +(see example below). For each of these output bindings, you need to configure destination, content-type etc., complying with +the standard Spring Cloud Stream expectations.

+
+
+

Here is an example:

+
+
+
+
@EnableBinding(KStreamProcessorWithBranches.class)
+@EnableAutoConfiguration
+public static class WordCountProcessorApplication {
+
+    @Autowired
+    private TimeWindows timeWindows;
+
+    @StreamListener("input")
+    @SendTo({"output1","output2","output3})
+    public KStream<?, WordCount>[] process(KStream<Object, String> input) {
+
+			Predicate<Object, WordCount> isEnglish = (k, v) -> v.word.equals("english");
+			Predicate<Object, WordCount> isFrench =  (k, v) -> v.word.equals("french");
+			Predicate<Object, WordCount> isSpanish = (k, v) -> v.word.equals("spanish");
+
+			return input
+					.flatMapValues(value -> Arrays.asList(value.toLowerCase().split("\\W+")))
+					.groupBy((key, value) -> value)
+					.windowedBy(timeWindows)
+					.count(Materialized.as("WordCounts-1"))
+					.toStream()
+					.map((key, value) -> new KeyValue<>(null, new WordCount(key.key(), value, new Date(key.window().start()), new Date(key.window().end()))))
+					.branch(isEnglish, isFrench, isSpanish);
+    }
+
+    interface KStreamProcessorWithBranches {
+
+    		@Input("input")
+    		KStream<?, ?> input();
+
+    		@Output("output1")
+    		KStream<?, ?> output1();
+
+    		@Output("output2")
+    		KStream<?, ?> output2();
+
+    		@Output("output3")
+    		KStream<?, ?> output3();
+    	}
+}
+
+
+
+

Properties:

+
+
+
+
spring.cloud.stream.bindings.output1.contentType: application/json
+spring.cloud.stream.bindings.output2.contentType: application/json
+spring.cloud.stream.bindings.output3.contentType: application/json
+spring.cloud.stream.kafka.streams.binder.configuration.commit.interval.ms: 1000
+spring.cloud.stream.kafka.streams.binder.configuration:
+  default.key.serde: org.apache.kafka.common.serialization.Serdes$StringSerde
+  default.value.serde: org.apache.kafka.common.serialization.Serdes$StringSerde
+spring.cloud.stream.bindings.output1:
+  destination: foo
+  producer:
+    headerMode: raw
+spring.cloud.stream.bindings.output2:
+  destination: bar
+  producer:
+    headerMode: raw
+spring.cloud.stream.bindings.output3:
+  destination: fox
+  producer:
+    headerMode: raw
+spring.cloud.stream.bindings.input:
+  destination: words
+  consumer:
+    headerMode: raw
+
+
+
+
+

2.7. Record Value Conversion

+
+

Kafka Streams binder can marshal producer/consumer values based on a content type and the converters provided out of the box in Spring Cloud Stream.

+
+
+

It is typical for Kafka Streams applications to provide Serde classes. +Therefore, it may be more natural to rely on the SerDe facilities provided by the Apache Kafka Streams library itself for data conversion on inbound and outbound +rather than rely on the content-type conversions offered by the binder. +On the other hand, you might be already familiar with the content-type conversion patterns provided by Spring Cloud Stream and +would like to continue using that for inbound and outbound conversions.

+
+
+

Both the options are supported in the Kafka Streams binder implementation. See below for more details.

+
+
+
Outbound serialization
+
+

If native encoding is disabled (which is the default), then the framework will convert the message using the contentType +set by the user (otherwise, the default application/json will be applied). It will ignore any SerDe set on the outbound +in this case for outbound serialization.

+
+
+

Here is the property to set the contentType on the outbound.

+
+
+
+
spring.cloud.stream.bindings.output.contentType: application/json
+
+
+
+

Here is the property to enable native encoding.

+
+
+
+
spring.cloud.stream.bindings.output.nativeEncoding: true
+
+
+
+

If native encoding is enabled on the output binding (user has to enable it as above explicitly), then the framework will +skip any form of automatic message conversion on the outbound. In that case, it will switch to the Serde set by the user. +The valueSerde property set on the actual output binding will be used. Here is an example.

+
+
+
+
spring.cloud.stream.kafka.streams.bindings.output.producer.valueSerde: org.apache.kafka.common.serialization.Serdes$StringSerde
+
+
+
+

If this property is not set, then it will use the "default" SerDe: spring.cloud.stream.kafka.streams.binder.configuration.default.value.serde.

+
+
+

It is worth to mention that Kafka Streams binder does not serialize the keys on outbound - it simply relies on Kafka itself. +Therefore, you either have to specify the keySerde property on the binding or it will default to the application-wide common +keySerde.

+
+
+

Binding level key serde:

+
+
+
+
spring.cloud.stream.kafka.streams.bindings.output.producer.keySerde
+
+
+
+

Common Key serde:

+
+
+
+
spring.cloud.stream.kafka.streams.binder.configuration.default.key.serde
+
+
+
+

If branching is used, then you need to use multiple output bindings. For example,

+
+
+
+
interface KStreamProcessorWithBranches {
+
+    		@Input("input")
+    		KStream<?, ?> input();
+
+    		@Output("output1")
+    		KStream<?, ?> output1();
+
+    		@Output("output2")
+    		KStream<?, ?> output2();
+
+    		@Output("output3")
+    		KStream<?, ?> output3();
+    	}
+
+
+
+

If nativeEncoding is set, then you can set different SerDe’s on individual output bindings as below.

+
+
+
+
spring.cloud.stream.kafka.streams.bindings.output1.producer.valueSerde=IntegerSerde
+spring.cloud.stream.kafka.streams.bindings.output2.producer.valueSerde=StringSerde
+spring.cloud.stream.kafka.streams.bindings.output3.producer.valueSerde=JsonSerde
+
+
+
+

Then if you have SendTo like this, @SendTo({"output1", "output2", "output3"}), the KStream[] from the branches are +applied with proper SerDe objects as defined above. If you are not enabling nativeEncoding, you can then set different +contentType values on the output bindings as below. In that case, the framework will use the appropriate message converter +to convert the messages before sending to Kafka.

+
+
+
+
spring.cloud.stream.bindings.output1.contentType: application/json
+spring.cloud.stream.bindings.output2.contentType: application/java-serialzied-object
+spring.cloud.stream.bindings.output3.contentType: application/octet-stream
+
+
+
+
+
Inbound Deserialization
+
+

Similar rules apply to data deserialization on the inbound.

+
+
+

If native decoding is disabled (which is the default), then the framework will convert the message using the contentType +set by the user (otherwise, the default application/json will be applied). It will ignore any SerDe set on the inbound +in this case for inbound deserialization.

+
+
+

Here is the property to set the contentType on the inbound.

+
+
+
+
spring.cloud.stream.bindings.input.contentType: application/json
+
+
+
+

Here is the property to enable native decoding.

+
+
+
+
spring.cloud.stream.bindings.input.nativeDecoding: true
+
+
+
+

If native decoding is enabled on the input binding (user has to enable it as above explicitly), then the framework will +skip doing any message conversion on the inbound. In that case, it will switch to the SerDe set by the user. The valueSerde +property set on the actual output binding will be used. Here is an example.

+
+
+
+
spring.cloud.stream.kafka.streams.bindings.input.consumer.valueSerde: org.apache.kafka.common.serialization.Serdes$StringSerde
+
+
+
+

If this property is not set, it will use the default SerDe: spring.cloud.stream.kafka.streams.binder.configuration.default.value.serde.

+
+
+

It is worth to mention that Kafka Streams binder does not deserialize the keys on inbound - it simply relies on Kafka itself. +Therefore, you either have to specify the keySerde property on the binding or it will default to the application-wide common +keySerde.

+
+
+

Binding level key serde:

+
+
+
+
spring.cloud.stream.kafka.streams.bindings.input.consumer.keySerde
+
+
+
+

Common Key serde:

+
+
+
+
spring.cloud.stream.kafka.streams.binder.configuration.default.key.serde
+
+
+
+

As in the case of KStream branching on the outbound, the benefit of setting value SerDe per binding is that if you have +multiple input bindings (multiple KStreams object) and they all require separate value SerDe’s, then you can configure +them individually. If you use the common configuration approach, then this feature won’t be applicable.

+
+
+
+
+

2.8. Error Handling

+
+

Apache Kafka Streams provide the capability for natively handling exceptions from deserialization errors. +For details on this support, please see this +Out of the box, Apache Kafka Streams provide two kinds of deserialization exception handlers - logAndContinue and logAndFail. +As the name indicates, the former will log the error and continue processing the next records and the latter will log the +error and fail. LogAndFail is the default deserialization exception handler.

+
+
+
+

2.9. Handling Deserialization Exceptions

+
+

Kafka Streams binder supports a selection of exception handlers through the following properties.

+
+
+
+
spring.cloud.stream.kafka.streams.binder.serdeError: logAndContinue
+
+
+
+

In addition to the above two deserialization exception handlers, the binder also provides a third one for sending the erroneous +records (poison pills) to a DLQ topic. Here is how you enable this DLQ exception handler.

+
+
+
+
spring.cloud.stream.kafka.streams.binder.serdeError: sendToDlq
+
+
+
+

When the above property is set, all the deserialization error records are automatically sent to the DLQ topic.

+
+
+
+
spring.cloud.stream.kafka.streams.bindings.input.consumer.dlqName: foo-dlq
+
+
+
+

If this is set, then the error records are sent to the topic foo-dlq. If this is not set, then it will create a DLQ +topic with the name error.<input-topic-name>.<group-name>.

+
+
+

A couple of things to keep in mind when using the exception handling feature in Kafka Streams binder.

+
+
+
    +
  • +

    The property spring.cloud.stream.kafka.streams.binder.serdeError is applicable for the entire application. This implies +that if there are multiple StreamListener methods in the same application, this property is applied to all of them.

    +
  • +
  • +

    The exception handling for deserialization works consistently with native deserialization and framework provided message +conversion.

    +
  • +
+
+
+

2.9.1. Handling Non-Deserialization Exceptions

+
+

For general error handling in Kafka Streams binder, it is up to the end user applications to handle application level errors. +As a side effect of providing a DLQ for deserialization exception handlers, Kafka Streams binder provides a way to get +access to the DLQ sending bean directly from your application. +Once you get access to that bean, you can programmatically send any exception records from your application to the DLQ.

+
+
+

It continues to remain hard to robust error handling using the high-level DSL; Kafka Streams doesn’t natively support error +handling yet.

+
+
+

However, when you use the low-level Processor API in your application, there are options to control this behavior. See +below.

+
+
+
+
@Autowired
+private SendToDlqAndContinue dlqHandler;
+
+@StreamListener("input")
+@SendTo("output")
+public KStream<?, WordCount> process(KStream<Object, String> input) {
+
+    input.process(() -> new Processor() {
+    			ProcessorContext context;
+
+    			@Override
+    			public void init(ProcessorContext context) {
+    				this.context = context;
+    			}
+
+    			@Override
+    			public void process(Object o, Object o2) {
+
+    			    try {
+    			        .....
+    			        .....
+    			    }
+    			    catch(Exception e) {
+    			        //explicitly provide the kafka topic corresponding to the input binding as the first argument.
+                        //DLQ handler will correctly map to the dlq topic from the actual incoming destination.
+                        dlqHandler.sendToDlq("topic-name", (byte[]) o1, (byte[]) o2, context.partition());
+    			    }
+    			}
+
+    			.....
+    			.....
+    });
+}
+
+
+
+
+
+

2.10. State Store

+
+

State store is created automatically by Kafka Streams when the DSL is used. +When processor API is used, you need to register a state store manually. In order to do so, you can use KafkaStreamsStateStore annotation. +You can specify the name and type of the store, flags to control log and disabling cache, etc. +Once the store is created by the binder during the bootstrapping phase, you can access this state store through the processor API. +Below are some primitives for doing this.

+
+
+

Creating a state store:

+
+
+
+
@KafkaStreamsStateStore(name="mystate", type= KafkaStreamsStateStoreProperties.StoreType.WINDOW, lengthMs=300000)
+public void process(KStream<Object, Product> input) {
+    ...
+}
+
+
+
+

Accessing the state store:

+
+
+
+
Processor<Object, Product>() {
+
+    WindowStore<Object, String> state;
+
+    @Override
+    public void init(ProcessorContext processorContext) {
+        state = (WindowStore)processorContext.getStateStore("mystate");
+    }
+    ...
+}
+
+
+
+
+

2.11. Interactive Queries

+
+

As part of the public Kafka Streams binder API, we expose a class called InteractiveQueryService. +You can access this as a Spring bean in your application. An easy way to get access to this bean from your application is to "autowire" the bean.

+
+
+
+
@Autowired
+private InteractiveQueryService interactiveQueryService;
+
+
+
+

Once you gain access to this bean, then you can query for the particular state-store that you are interested. See below.

+
+
+
+
ReadOnlyKeyValueStore<Object, Object> keyValueStore =
+						interactiveQueryService.getQueryableStoreType("my-store", QueryableStoreTypes.keyValueStore());
+
+
+
+

If there are multiple instances of the kafka streams application running, then before you can query them interactively, you need to identify which application instance hosts the key. +InteractiveQueryService API provides methods for identifying the host information.

+
+
+

In order for this to work, you must configure the property application.server as below:

+
+
+
+
spring.cloud.stream.kafka.streams.binder.configuration.application.server: <server>:<port>
+
+
+
+

Here are some code snippets:

+
+
+
+
org.apache.kafka.streams.state.HostInfo hostInfo = interactiveQueryService.getHostInfo("store-name",
+						key, keySerializer);
+
+if (interactiveQueryService.getCurrentHostInfo().equals(hostInfo)) {
+
+    //query from the store that is locally available
+}
+else {
+    //query from the remote host
+}
+
+
+
+
+

2.12. Accessing the underlying KafkaStreams object

+
+

StreamBuilderFactoryBean from spring-kafka that is responsible for constructing the KafkaStreams object can be accessed programmatically. +Each StreamBuilderFactoryBean is registered as stream-builder and appended with the StreamListener method name. +If your StreamListener method is named as process for example, the stream builder bean is named as stream-builder-process. +Since this is a factory bean, it should be accessed by prepending an ampersand (&) when accessing it programmatically. +Following is an example and it assumes the StreamListener method is named as process

+
+
+
+
StreamsBuilderFactoryBean streamsBuilderFactoryBean = context.getBean("&stream-builder-process", StreamsBuilderFactoryBean.class);
+			KafkaStreams kafkaStreams = streamsBuilderFactoryBean.getKafkaStreams();
+
+
+
+
+

2.13. State Cleanup

+
+

By default, the Kafkastreams.cleanup() method is called when the binding is stopped. +See the Spring Kafka documentation. +To modify this behavior simply add a single CleanupConfig @Bean (configured to clean up on start, stop, or neither) to the application context; the bean will be detected and wired into the factory bean.

+
+
+
+

2.14. Health Indicator

+
+

The health indicator requires the dependency spring-boot-starter-actuator. For maven use:

+
+
+
+
<dependency>
+  <groupId>org.springframework.boot</groupId>
+  <artifactId>spring-boot-starter-actuator</artifactId>
+</dependency>
+
+
+
+

Spring Cloud Stream Binder Kafka Streams provides a health indicator to check the state of the underlying Kafka threads. +Spring Cloud Stream defines a property management.health.binders.enabled to enable the health indicator. See the +Spring Cloud Stream documentation.

+
+
+

The health indicator provides the following details for each Kafka threads:

+
+
+
    +
  • +

    Thread name

    +
  • +
  • +

    Thread state: CREATED, RUNNING, PARTITIONS_REVOKED, PARTITIONS_ASSIGNED, PENDING_SHUTDOWN or DEAD

    +
  • +
  • +

    Active tasks: task ID and partitions

    +
  • +
  • +

    Standby tasks: task ID and partitions

    +
  • +
+
+
+

By default, only the global status is visible (UP or DOWN). To show the details, the property management.endpoint.health.show-details must be set to ALWAYS or WHEN_AUTHORIZED. +For more details about the health information, see the +Spring Boot Actuator documentation.

+
+
+ + + + + +
+ + +The status of the health indicator is UP if all the Kafka threads registered are in the RUNNING state. +
+
+
+
+

2.15. Functional Kafka Streams Applications

+
+

Starting 2.2.0.RELEASE, Kafka Streams binder supports the ability to write Kafka Streams applications by simply just implementing the java.util.function.Function or java.util.consumer.Consumer interfaces in Java. +In this section, we will see the details of how the functional support work in the binder. +The above StreamListener based model can be converted as below.

+
+
+
+
@SpringBootApplication
+@EnableBinding(KafkaStreamsProcessor.class)
+public class WordCountProcessorApplication {
+
+	@Bean
+	public Function<KStream<?, String>, KStream<?, WordCount>> process() {
+		return input ->
+		        input
+                    .flatMapValues(value -> Arrays.asList(value.toLowerCase().split("\\W+")))
+                    .groupBy((key, value) -> value)
+                    .windowedBy(TimeWindows.of(5000))
+                    .count(Materialized.as("WordCounts-multi"))
+                    .toStream()
+                    .map((key, value) -> new KeyValue<>(null, new WordCount(key.key(), value, new Date(key.window().start()), new Date(key.window().end()))));
+    }
+
+	public static void main(String[] args) {
+		SpringApplication.run(WordCountProcessorApplication.class, args);
+	}
+
+
+
+

The input will be received from the input binding defined in the KafkaStreamsProcessor interface and the output will be sent to the output binding. +In this case, the input is a stream of String objects and the output is a stream of WordCount objects.

+
+
+

If the processor does not send any data on the outbound, then this becomes a plain Consumer bean as below. +In this example, we are simply receiving some data as a stream of String objects (KStream<?, String>) and possibly doing terminal operations with that data without sending any outputs.

+
+
+
+
	@Bean
+	public Consumer<KStream<?, String>> process() {
+		return input ->
+		        ....
+    }
+
+
+
+

Applications are free to define custom bindings and use that instead of the out of the box KafkaStreamsProcessor interface.

+
+
+

2.15.1. Functions with multiple input bindings

+
+

With StreamListener, we define multiple Input bindings and then later on use them as inputs in the method. +With the functions approach, we still need to define those bindings in the binding interface. However, it cannot be used in the same way as in a StreamListener method. +We use curried functions to represent multiple input destinations in the same processor. +For instance, if a function has 2 inputs, the application define 2 partial functions in the function bean method. Lets see some examples.

+
+
+
+
	@Bean
+    public Function<KStream<String, Long>,
+                    Function<KTable<String, String>, KStream<String, Long>>> process() {
+        return userClicksStream ->
+                (userRegionsTable ->
+                  (userClicksStream
+                        .leftJoin(userRegionsTable, (clicks, region) -> new RegionWithClicks(region == null ?
+                                        "UNKNOWN" : region, clicks),
+                                Joined.with(Serdes.String(), Serdes.Long(), null))
+                        .map((user, regionWithClicks) -> new KeyValue<>(regionWithClicks.getRegion(),
+                                regionWithClicks.getClicks()))
+                        .groupByKey(Serialized.with(Serdes.String(), Serdes.Long()))
+                        .reduce((firstClicks, secondClicks) -> firstClicks + secondClicks)
+                        .toStream()));
+    }
+
+
+
+

In the above function bean, there are two inputs and one output. +The function that returns from the method takes a KStream as input, but if you look at the output of this function,, that is another function +which takes a KTable as its input. The output of this second function is a KStream which becomes the output of the processor. +Another way to look at this is like the following:

+
+
+

Function 1: Function<KStream<String, Long> - KStream input; returns the output of "Function 2" +Function 2: Function<KTable<String, String>, KStream<String, Long>> - KTable input; returns KStream<String, Long> which becomes the output of the processor.

+
+
+

Both inputs are available as references in the method body and the applications can perform various operations on them. +In this example we use function currying on two partial functions. +One thing to keep in mind is that the input bindings must follow a natural order of sorting when you have multiple input bindings, otherwise the binder won’t know which binding to bind for the various function inputs. +Here is the corresponding binding interface for the above processor.

+
+
+
+
interface KStreamKTableProcessor {
+
+    @Input("input-1")
+    KStream<?, ?> input1();
+
+    @Input("input-2")
+    KTable<?, ?> input2();
+
+    @Output("output")
+    KStream<?, ?> output();
+
+}
+
+
+
+

If you look at the 2 inputs, there is a natural sorting order - i.e. input-1 goes to the first partial function input and input-2 goes to the second partial function.

+
+
+

Here is another example that shows multiple inputs with GlobalKTable.

+
+
+
+
	@Bean
+    public Function<KStream<Long, Order>,
+            Function<GlobalKTable<Long, Customer>,
+                    Function<GlobalKTable<Long, Product>, KStream<Long, EnrichedOrder>>>> process() {
+
+        return orderStream -> (
+                customers -> (
+                        products -> (
+                                orderStream.join(customers,
+                                        (orderId, order) -> order.getCustomerId(),
+                                        (order, customer) -> new CustomerOrder(customer, order))
+                                        .join(products,
+                                                (orderId, customerOrder) -> customerOrder
+                                                        .productId(),
+                                                (customerOrder, product) -> {
+                                                    EnrichedOrder enrichedOrder = new EnrichedOrder();
+                                                    enrichedOrder.setProduct(product);
+                                                    enrichedOrder.setCustomer(customerOrder.customer);
+                                                    enrichedOrder.setOrder(customerOrder.order);
+                                                    return enrichedOrder;
+                                                })
+                        )
+                )
+        );
+    }
+
+
+
+

Here we have 3 inputs. The first function takes a KStream and its output is another Function that takes a GlobalKTable as its input and another function as its output. +This last function takes another GlobalKTable as its input and a KStream is provided as this function’s output which will be used as the processor’s output.

+
+
+

Here is a sequential way to conceptualize this:

+
+
+

Function 1: Function<KStream<Long, Order> - KStream input; returns the output of "Function 2" +Function 2: Function<GlobalKTable<Long, Customer>, KStream<String, Long>> - GlobalKTable input; returns the output of "Function 3" +Function 3: Function<GlobalKTable<Long, Product>, KStream<Long, EnrichedOrder>>> - GlobalKTable input; returns KStream which becomes the output of the processor.

+
+
+

In this example, we have three curried functions. Behind the scenes, the binder will call the apply method on those functions in the order that they appear.

+
+
+

Here is the corresponding binding interface for this application.

+
+
+
+
interface CustomGlobalKTableProcessor {
+
+        @Input("input-1")
+        KStream<?, ?> input1();
+
+        @Input("input-2")
+        GlobalKTable<?, ?> input2();
+
+        @Input("input-3")
+        GlobalKTable<?, ?> input3();
+
+        @Output("output")
+        KStream<?, ?> output();
+}
+
+
+
+

Here also, the input bindings follow a natural order.

+
+
+
+

2.15.2. Multiple functions in the same application

+
+

Multiple functions aan be defined in the same application. +When doing this, the binder will do a natural sorting on multiple function bean names first and then apply input and output bindings on them in the natural order. +Consider the following two function beans in the same application.

+
+
+
+
    @Bean
+    public Function<KStream<?, String>, KStream<?, WordCount>> process1() {
+
+    }
+
+    @Bean
+    public Function<KStream<?, String>, KStream<?, WordCount>> process2() {
+
+    }
+
+
+
+

Consider also the following binding interface.

+
+
+
+
interface Bindings {
+
+    @Input("input-1")
+    KStream<?, ?> input1();
+
+    @Input("input-2")
+    KStream<?, ?> input2();
+
+    @Ouput("output-1")
+    KStream<?, ?> output1();
+
+    @Output("output-2")
+    KStream<?, ?> output1();
+}
+
+
+
+

Binder will first take the method process1 and use input binding input-1 and output binding output-1. +Similarly, for the method process2, it will use input binding input-2 and output binding output-2.

+
+
+
+

2.15.3. Using custom state stores in functional applications

+
+

You can define custom state stores as beans in your application and those will be detected and added to the Kafka Streams builder by the binder. +Note that, for regular StreamListener based processors, you still need to use the KafkaStreamsStateStore annotation for custom state stores. +Here is an example of using custom state stores with functional style described in this section.

+
+
+
+
@Bean
+		public StoreBuilder myStore() {
+			return Stores.keyValueStoreBuilder(
+					Stores.persistentKeyValueStore("my-store"), Serdes.Long(),
+					Serdes.Long());
+		}
+
+		@Bean
+		public StoreBuilder otherStore() {
+			return Stores.windowStoreBuilder(
+					Stores.persistentWindowStore("other-store",
+							1L, 3, 3L, false), Serdes.Long(),
+					Serdes.Long());
+		}
+
+
+
+

These state stores can be then accessed by the applications directly.

+
+
+
+
+
+

Appendices

+
+

Appendix A: Building

+
+
+

A.1. Basic Compile and Test

+
+

To build the source you will need to install JDK 1.7.

+
+
+

The build uses the Maven wrapper so you don’t have to install a specific +version of Maven. To enable the tests, you should have Kafka server 0.9 or above running +before building. See below for more information on running the servers.

+
+
+

The main build command is

+
+
+
+
$ ./mvnw clean install
+
+
+
+

You can also add '-DskipTests' if you like, to avoid running the tests.

+
+
+ + + + + +
+ + +You can also install Maven (>=3.3.3) yourself and run the mvn command +in place of ./mvnw in the examples below. If you do that you also +might need to add -P spring if your local Maven settings do not +contain repository declarations for spring pre-release artifacts. +
+
+
+ + + + + +
+ + +Be aware that you might need to increase the amount of memory +available to Maven by setting a MAVEN_OPTS environment variable with +a value like -Xmx512m -XX:MaxPermSize=128m. We try to cover this in +the .mvn configuration, so if you find you have to do it to make a +build succeed, please raise a ticket to get the settings added to +source control. +
+
+
+

The projects that require middleware generally include a +docker-compose.yml, so consider using +Docker Compose to run the middeware servers +in Docker containers.

+
+
+
+

A.2. Documentation

+
+

There is a "full" profile that will generate documentation.

+
+
+
+

A.3. Working with the code

+
+

If you don’t have an IDE preference we would recommend that you use +Spring Tools Suite or +Eclipse when working with the code. We use the +m2eclipe eclipse plugin for maven support. Other IDEs and tools +should also work without issue.

+
+
+

A.3.1. Importing into eclipse with m2eclipse

+
+

We recommend the m2eclipe eclipse plugin when working with +eclipse. If you don’t already have m2eclipse installed it is available from the "eclipse +marketplace".

+
+
+

Unfortunately m2e does not yet support Maven 3.3, so once the projects +are imported into Eclipse you will also need to tell m2eclipse to use +the .settings.xml file for the projects. If you do not do this you +may see many different errors related to the POMs in the +projects. Open your Eclipse preferences, expand the Maven +preferences, and select User Settings. In the User Settings field +click Browse and navigate to the Spring Cloud project you imported +selecting the .settings.xml file in that project. Click Apply and +then OK to save the preference changes.

+
+
+ + + + + +
+ + +Alternatively you can copy the repository settings from .settings.xml into your own ~/.m2/settings.xml. +
+
+
+
+

A.3.2. Importing into eclipse without m2eclipse

+
+

If you prefer not to use m2eclipse you can generate eclipse project metadata using the +following command:

+
+
+
+
$ ./mvnw eclipse:eclipse
+
+
+
+

The generated eclipse projects can be imported by selecting import existing projects +from the file menu.

+
+
+

[[contributing] +== Contributing

+
+
+

Spring Cloud is released under the non-restrictive Apache 2.0 license, +and follows a very standard Github development process, using Github +tracker for issues and merging pull requests into master. If you want +to contribute even something trivial please do not hesitate, but +follow the guidelines below.

+
+
+
+
+

A.4. Sign the Contributor License Agreement

+
+

Before we accept a non-trivial patch or pull request we will need you to sign the +contributor’s agreement. +Signing the contributor’s agreement does not grant anyone commit rights to the main +repository, but it does mean that we can accept your contributions, and you will get an +author credit if we do. Active contributors might be asked to join the core team, and +given the ability to merge pull requests.

+
+
+
+

A.5. Code Conventions and Housekeeping

+
+

None of these is essential for a pull request, but they will all help. They can also be +added after the original pull request but before a merge.

+
+
+
    +
  • +

    Use the Spring Framework code format conventions. If you use Eclipse +you can import formatter settings using the +eclipse-code-formatter.xml file from the +Spring +Cloud Build project. If using IntelliJ, you can use the +Eclipse Code Formatter +Plugin to import the same file.

    +
  • +
  • +

    Make sure all new .java files to have a simple Javadoc class comment with at least an +@author tag identifying you, and preferably at least a paragraph on what the class is +for.

    +
  • +
  • +

    Add the ASF license header comment to all new .java files (copy from existing files +in the project)

    +
  • +
  • +

    Add yourself as an @author to the .java files that you modify substantially (more +than cosmetic changes).

    +
  • +
  • +

    Add some Javadocs and, if you change the namespace, some XSD doc elements.

    +
  • +
  • +

    A few unit tests would help a lot as well — someone has to do it.

    +
  • +
  • +

    If no-one else is using your branch, please rebase it against the current master (or +other target branch in the main project).

    +
  • +
  • +

    When writing a commit message please follow these conventions, +if you are fixing an existing issue please add Fixes gh-XXXX at the end of the commit +message (where XXXX is the issue number).

    +
  • +
+
+
+
+
+
+ + + + + + + \ No newline at end of file diff --git a/spring-cloud-stream-binder-kafka/2.2.0.RELEASE/js/highlight/highlight.min.js b/spring-cloud-stream-binder-kafka/2.2.0.RELEASE/js/highlight/highlight.min.js new file mode 100644 index 00000000..dcbbb4c7 --- /dev/null +++ b/spring-cloud-stream-binder-kafka/2.2.0.RELEASE/js/highlight/highlight.min.js @@ -0,0 +1,2 @@ +/*! highlight.js v9.13.1 | BSD3 License | git.io/hljslicense */ +!function(e){var n="object"==typeof window&&window||"object"==typeof self&&self;"undefined"!=typeof exports?e(exports):n&&(n.hljs=e({}),"function"==typeof define&&define.amd&&define([],function(){return n.hljs}))}(function(e){function n(e){return e.replace(/&/g,"&").replace(//g,">")}function t(e){return e.nodeName.toLowerCase()}function r(e,n){var t=e&&e.exec(n);return t&&0===t.index}function a(e){return k.test(e)}function i(e){var n,t,r,i,o=e.className+" ";if(o+=e.parentNode?e.parentNode.className:"",t=M.exec(o))return w(t[1])?t[1]:"no-highlight";for(o=o.split(/\s+/),n=0,r=o.length;r>n;n++)if(i=o[n],a(i)||w(i))return i}function o(e){var n,t={},r=Array.prototype.slice.call(arguments,1);for(n in e)t[n]=e[n];return r.forEach(function(e){for(n in e)t[n]=e[n]}),t}function c(e){var n=[];return function r(e,a){for(var i=e.firstChild;i;i=i.nextSibling)3===i.nodeType?a+=i.nodeValue.length:1===i.nodeType&&(n.push({event:"start",offset:a,node:i}),a=r(i,a),t(i).match(/br|hr|img|input/)||n.push({event:"stop",offset:a,node:i}));return a}(e,0),n}function u(e,r,a){function i(){return e.length&&r.length?e[0].offset!==r[0].offset?e[0].offset"}function c(e){l+=""}function u(e){("start"===e.event?o:c)(e.node)}for(var s=0,l="",f=[];e.length||r.length;){var g=i();if(l+=n(a.substring(s,g[0].offset)),s=g[0].offset,g===e){f.reverse().forEach(c);do u(g.splice(0,1)[0]),g=i();while(g===e&&g.length&&g[0].offset===s);f.reverse().forEach(o)}else"start"===g[0].event?f.push(g[0].node):f.pop(),u(g.splice(0,1)[0])}return l+n(a.substr(s))}function s(e){return e.v&&!e.cached_variants&&(e.cached_variants=e.v.map(function(n){return o(e,{v:null},n)})),e.cached_variants||e.eW&&[o(e)]||[e]}function l(e){function n(e){return e&&e.source||e}function t(t,r){return new RegExp(n(t),"m"+(e.cI?"i":"")+(r?"g":""))}function r(a,i){if(!a.compiled){if(a.compiled=!0,a.k=a.k||a.bK,a.k){var o={},c=function(n,t){e.cI&&(t=t.toLowerCase()),t.split(" ").forEach(function(e){var t=e.split("|");o[t[0]]=[n,t[1]?Number(t[1]):1]})};"string"==typeof a.k?c("keyword",a.k):B(a.k).forEach(function(e){c(e,a.k[e])}),a.k=o}a.lR=t(a.l||/\w+/,!0),i&&(a.bK&&(a.b="\\b("+a.bK.split(" ").join("|")+")\\b"),a.b||(a.b=/\B|\b/),a.bR=t(a.b),a.endSameAsBegin&&(a.e=a.b),a.e||a.eW||(a.e=/\B|\b/),a.e&&(a.eR=t(a.e)),a.tE=n(a.e)||"",a.eW&&i.tE&&(a.tE+=(a.e?"|":"")+i.tE)),a.i&&(a.iR=t(a.i)),null==a.r&&(a.r=1),a.c||(a.c=[]),a.c=Array.prototype.concat.apply([],a.c.map(function(e){return s("self"===e?a:e)})),a.c.forEach(function(e){r(e,a)}),a.starts&&r(a.starts,i);var u=a.c.map(function(e){return e.bK?"\\.?("+e.b+")\\.?":e.b}).concat([a.tE,a.i]).map(n).filter(Boolean);a.t=u.length?t(u.join("|"),!0):{exec:function(){return null}}}}r(e)}function f(e,t,a,i){function o(e){return new RegExp(e.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&"),"m")}function c(e,n){var t,a;for(t=0,a=n.c.length;a>t;t++)if(r(n.c[t].bR,e))return n.c[t].endSameAsBegin&&(n.c[t].eR=o(n.c[t].bR.exec(e)[0])),n.c[t]}function u(e,n){if(r(e.eR,n)){for(;e.endsParent&&e.parent;)e=e.parent;return e}return e.eW?u(e.parent,n):void 0}function s(e,n){return!a&&r(n.iR,e)}function p(e,n){var t=R.cI?n[0].toLowerCase():n[0];return e.k.hasOwnProperty(t)&&e.k[t]}function d(e,n,t,r){var a=r?"":j.classPrefix,i='',i+n+o}function h(){var e,t,r,a;if(!E.k)return n(k);for(a="",t=0,E.lR.lastIndex=0,r=E.lR.exec(k);r;)a+=n(k.substring(t,r.index)),e=p(E,r),e?(M+=e[1],a+=d(e[0],n(r[0]))):a+=n(r[0]),t=E.lR.lastIndex,r=E.lR.exec(k);return a+n(k.substr(t))}function b(){var e="string"==typeof E.sL;if(e&&!L[E.sL])return n(k);var t=e?f(E.sL,k,!0,B[E.sL]):g(k,E.sL.length?E.sL:void 0);return E.r>0&&(M+=t.r),e&&(B[E.sL]=t.top),d(t.language,t.value,!1,!0)}function v(){y+=null!=E.sL?b():h(),k=""}function m(e){y+=e.cN?d(e.cN,"",!0):"",E=Object.create(e,{parent:{value:E}})}function N(e,n){if(k+=e,null==n)return v(),0;var t=c(n,E);if(t)return t.skip?k+=n:(t.eB&&(k+=n),v(),t.rB||t.eB||(k=n)),m(t,n),t.rB?0:n.length;var r=u(E,n);if(r){var a=E;a.skip?k+=n:(a.rE||a.eE||(k+=n),v(),a.eE&&(k=n));do E.cN&&(y+=I),E.skip||E.sL||(M+=E.r),E=E.parent;while(E!==r.parent);return r.starts&&(r.endSameAsBegin&&(r.starts.eR=r.eR),m(r.starts,"")),a.rE?0:n.length}if(s(n,E))throw new Error('Illegal lexeme "'+n+'" for mode "'+(E.cN||"")+'"');return k+=n,n.length||1}var R=w(e);if(!R)throw new Error('Unknown language: "'+e+'"');l(R);var x,E=i||R,B={},y="";for(x=E;x!==R;x=x.parent)x.cN&&(y=d(x.cN,"",!0)+y);var k="",M=0;try{for(var C,A,S=0;;){if(E.t.lastIndex=S,C=E.t.exec(t),!C)break;A=N(t.substring(S,C.index),C[0]),S=C.index+A}for(N(t.substr(S)),x=E;x.parent;x=x.parent)x.cN&&(y+=I);return{r:M,value:y,language:e,top:E}}catch(O){if(O.message&&-1!==O.message.indexOf("Illegal"))return{r:0,value:n(t)};throw O}}function g(e,t){t=t||j.languages||B(L);var r={r:0,value:n(e)},a=r;return t.filter(w).filter(x).forEach(function(n){var t=f(n,e,!1);t.language=n,t.r>a.r&&(a=t),t.r>r.r&&(a=r,r=t)}),a.language&&(r.second_best=a),r}function p(e){return j.tabReplace||j.useBR?e.replace(C,function(e,n){return j.useBR&&"\n"===e?"
":j.tabReplace?n.replace(/\t/g,j.tabReplace):""}):e}function d(e,n,t){var r=n?y[n]:t,a=[e.trim()];return e.match(/\bhljs\b/)||a.push("hljs"),-1===e.indexOf(r)&&a.push(r),a.join(" ").trim()}function h(e){var n,t,r,o,s,l=i(e);a(l)||(j.useBR?(n=document.createElementNS("http://www.w3.org/1999/xhtml","div"),n.innerHTML=e.innerHTML.replace(/\n/g,"").replace(//g,"\n")):n=e,s=n.textContent,r=l?f(l,s,!0):g(s),t=c(n),t.length&&(o=document.createElementNS("http://www.w3.org/1999/xhtml","div"),o.innerHTML=r.value,r.value=u(t,c(o),s)),r.value=p(r.value),e.innerHTML=r.value,e.className=d(e.className,l,r.language),e.result={language:r.language,re:r.r},r.second_best&&(e.second_best={language:r.second_best.language,re:r.second_best.r}))}function b(e){j=o(j,e)}function v(){if(!v.called){v.called=!0;var e=document.querySelectorAll("pre code");E.forEach.call(e,h)}}function m(){addEventListener("DOMContentLoaded",v,!1),addEventListener("load",v,!1)}function N(n,t){var r=L[n]=t(e);r.aliases&&r.aliases.forEach(function(e){y[e]=n})}function R(){return B(L)}function w(e){return e=(e||"").toLowerCase(),L[e]||L[y[e]]}function x(e){var n=w(e);return n&&!n.disableAutodetect}var E=[],B=Object.keys,L={},y={},k=/^(no-?highlight|plain|text)$/i,M=/\blang(?:uage)?-([\w-]+)\b/i,C=/((^(<[^>]+>|\t|)+|(?:\n)))/gm,I="
",j={classPrefix:"hljs-",tabReplace:null,useBR:!1,languages:void 0};return e.highlight=f,e.highlightAuto=g,e.fixMarkup=p,e.highlightBlock=h,e.configure=b,e.initHighlighting=v,e.initHighlightingOnLoad=m,e.registerLanguage=N,e.listLanguages=R,e.getLanguage=w,e.autoDetection=x,e.inherit=o,e.IR="[a-zA-Z]\\w*",e.UIR="[a-zA-Z_]\\w*",e.NR="\\b\\d+(\\.\\d+)?",e.CNR="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",e.BNR="\\b(0b[01]+)",e.RSR="!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",e.BE={b:"\\\\[\\s\\S]",r:0},e.ASM={cN:"string",b:"'",e:"'",i:"\\n",c:[e.BE]},e.QSM={cN:"string",b:'"',e:'"',i:"\\n",c:[e.BE]},e.PWM={b:/\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\b/},e.C=function(n,t,r){var a=e.inherit({cN:"comment",b:n,e:t,c:[]},r||{});return a.c.push(e.PWM),a.c.push({cN:"doctag",b:"(?:TODO|FIXME|NOTE|BUG|XXX):",r:0}),a},e.CLCM=e.C("//","$"),e.CBCM=e.C("/\\*","\\*/"),e.HCM=e.C("#","$"),e.NM={cN:"number",b:e.NR,r:0},e.CNM={cN:"number",b:e.CNR,r:0},e.BNM={cN:"number",b:e.BNR,r:0},e.CSSNM={cN:"number",b:e.NR+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",r:0},e.RM={cN:"regexp",b:/\//,e:/\/[gimuy]*/,i:/\n/,c:[e.BE,{b:/\[/,e:/\]/,r:0,c:[e.BE]}]},e.TM={cN:"title",b:e.IR,r:0},e.UTM={cN:"title",b:e.UIR,r:0},e.METHOD_GUARD={b:"\\.\\s*"+e.UIR,r:0},e});hljs.registerLanguage("bash",function(e){var t={cN:"variable",v:[{b:/\$[\w\d#@][\w\d_]*/},{b:/\$\{(.*?)}/}]},s={cN:"string",b:/"/,e:/"/,c:[e.BE,t,{cN:"variable",b:/\$\(/,e:/\)/,c:[e.BE]}]},a={cN:"string",b:/'/,e:/'/};return{aliases:["sh","zsh"],l:/\b-?[a-z\._]+\b/,k:{keyword:"if then else elif fi for while in do done case esac function",literal:"true false",built_in:"break cd continue eval exec exit export getopts hash pwd readonly return shift test times trap umask unset alias bind builtin caller command declare echo enable help let local logout mapfile printf read readarray source type typeset ulimit unalias set shopt autoload bg bindkey bye cap chdir clone comparguments compcall compctl compdescribe compfiles compgroups compquote comptags comptry compvalues dirs disable disown echotc echoti emulate fc fg float functions getcap getln history integer jobs kill limit log noglob popd print pushd pushln rehash sched setcap setopt stat suspend ttyctl unfunction unhash unlimit unsetopt vared wait whence where which zcompile zformat zftp zle zmodload zparseopts zprof zpty zregexparse zsocket zstyle ztcp",_:"-ne -eq -lt -gt -f -d -e -s -l -a"},c:[{cN:"meta",b:/^#![^\n]+sh\s*$/,r:10},{cN:"function",b:/\w[\w\d_]*\s*\(\s*\)\s*\{/,rB:!0,c:[e.inherit(e.TM,{b:/\w[\w\d_]*/})],r:0},e.HCM,s,a,t]}});hljs.registerLanguage("dockerfile",function(e){return{aliases:["docker"],cI:!0,k:"from maintainer expose env arg user onbuild stopsignal",c:[e.HCM,e.ASM,e.QSM,e.NM,{bK:"run cmd entrypoint volume add copy workdir label healthcheck shell",starts:{e:/[^\\]\n/,sL:"bash"}}],i:")?[^\s\(]+(\s+[^\s\(]+)\s*=/,r:5,c:[{b:e.UIR+"\\s*\\(",rB:!0,r:0,c:[e.UTM]},{cN:"type",b://,k:"reified",r:0},{cN:"params",b:/\(/,e:/\)/,endsParent:!0,k:t,r:0,c:[{b:/:/,e:/[=,\/]/,eW:!0,c:[{cN:"type",b:e.UIR},e.CLCM,e.CBCM],r:0},e.CLCM,e.CBCM,s,l,c,e.CNM]},e.CBCM]},{cN:"class",bK:"class interface trait",e:/[:\{(]|$/,eE:!0,i:"extends implements",c:[{bK:"public protected internal private constructor"},e.UTM,{cN:"type",b://,eB:!0,eE:!0,r:0},{cN:"type",b:/[,:]\s*/,e:/[<\(,]|$/,eB:!0,rE:!0},s,l]},c,{cN:"meta",b:"^#!/usr/bin/env",e:"$",i:"\n"},o]}});hljs.registerLanguage("java",function(e){var a="[À-ʸa-zA-Z_$][À-ʸa-zA-Z_$0-9]*",t=a+"(<"+a+"(\\s*,\\s*"+a+")*>)?",r="false synchronized int abstract float private char boolean var static null if const for true while long strictfp finally protected import native final void enum else break transient catch instanceof byte super volatile case assert short package default double public try this switch continue throws protected public private module requires exports do",s="\\b(0[bB]([01]+[01_]+[01]+|[01]+)|0[xX]([a-fA-F0-9]+[a-fA-F0-9_]+[a-fA-F0-9]+|[a-fA-F0-9]+)|(([\\d]+[\\d_]+[\\d]+|[\\d]+)(\\.([\\d]+[\\d_]+[\\d]+|[\\d]+))?|\\.([\\d]+[\\d_]+[\\d]+|[\\d]+))([eE][-+]?\\d+)?)[lLfF]?",c={cN:"number",b:s,r:0};return{aliases:["jsp"],k:r,i:/<\/|#/,c:[e.C("/\\*\\*","\\*/",{r:0,c:[{b:/\w+@/,r:0},{cN:"doctag",b:"@[A-Za-z]+"}]}),e.CLCM,e.CBCM,e.ASM,e.QSM,{cN:"class",bK:"class interface",e:/[{;=]/,eE:!0,k:"class interface",i:/[:"\[\]]/,c:[{bK:"extends implements"},e.UTM]},{bK:"new throw return else",r:0},{cN:"function",b:"("+t+"\\s+)+"+e.UIR+"\\s*\\(",rB:!0,e:/[{;=]/,eE:!0,k:r,c:[{b:e.UIR+"\\s*\\(",rB:!0,r:0,c:[e.UTM]},{cN:"params",b:/\(/,e:/\)/,k:r,r:0,c:[e.ASM,e.QSM,e.CNM,e.CBCM]},e.CLCM,e.CBCM]},c,{cN:"meta",b:"@[A-Za-z]+"}]}});hljs.registerLanguage("xml",function(s){var e="[A-Za-z0-9\\._:-]+",t={eW:!0,i:/`]+/}]}]}]};return{aliases:["html","xhtml","rss","atom","xjb","xsd","xsl","plist"],cI:!0,c:[{cN:"meta",b:"",r:10,c:[{b:"\\[",e:"\\]"}]},s.C("",{r:10}),{b:"<\\!\\[CDATA\\[",e:"\\]\\]>",r:10},{cN:"meta",b:/<\?xml/,e:/\?>/,r:10},{b:/<\?(php)?/,e:/\?>/,sL:"php",c:[{b:"/\\*",e:"\\*/",skip:!0},{b:'b"',e:'"',skip:!0},{b:"b'",e:"'",skip:!0},s.inherit(s.ASM,{i:null,cN:null,c:null,skip:!0}),s.inherit(s.QSM,{i:null,cN:null,c:null,skip:!0})]},{cN:"tag",b:"|$)",e:">",k:{name:"style"},c:[t],starts:{e:"",rE:!0,sL:["css","xml"]}},{cN:"tag",b:"|$)",e:">",k:{name:"script"},c:[t],starts:{e:"",rE:!0,sL:["actionscript","javascript","handlebars","xml"]}},{cN:"tag",b:"",c:[{cN:"name",b:/[^\/><\s]+/,r:0},t]}]}});hljs.registerLanguage("properties",function(r){var t="[ \\t\\f]*",e="[ \\t\\f]+",s="("+t+"[:=]"+t+"|"+e+")",n="([^\\\\\\W:= \\t\\f\\n]|\\\\.)+",a="([^\\\\:= \\t\\f\\n]|\\\\.)+",c={e:s,r:0,starts:{cN:"string",e:/$/,r:0,c:[{b:"\\\\\\n"}]}};return{cI:!0,i:/\S/,c:[r.C("^\\s*[!#]","$"),{b:n+s,rB:!0,c:[{cN:"attr",b:n,endsParent:!0,r:0}],starts:c},{b:a+s,rB:!0,r:0,c:[{cN:"meta",b:a,endsParent:!0,r:0}],starts:c},{cN:"attr",r:0,b:a+t+"$"}]}});hljs.registerLanguage("diff",function(e){return{aliases:["patch"],c:[{cN:"meta",r:10,v:[{b:/^@@ +\-\d+,\d+ +\+\d+,\d+ +@@$/},{b:/^\*\*\* +\d+,\d+ +\*\*\*\*$/},{b:/^\-\-\- +\d+,\d+ +\-\-\-\-$/}]},{cN:"comment",v:[{b:/Index: /,e:/$/},{b:/={3,}/,e:/$/},{b:/^\-{3}/,e:/$/},{b:/^\*{3} /,e:/$/},{b:/^\+{3}/,e:/$/},{b:/\*{5}/,e:/\*{5}$/}]},{cN:"addition",b:"^\\+",e:"$"},{cN:"deletion",b:"^\\-",e:"$"},{cN:"addition",b:"^\\!",e:"$"}]}});hljs.registerLanguage("shell",function(s){return{aliases:["console"],c:[{cN:"meta",b:"^\\s{0,3}[\\w\\d\\[\\]()@-]*[>%$#]",starts:{e:"$",sL:"bash"}}]}});hljs.registerLanguage("asciidoc",function(e){return{aliases:["adoc"],c:[e.C("^/{4,}\\n","\\n/{4,}$",{r:10}),e.C("^//","$",{r:0}),{cN:"title",b:"^\\.\\w.*$"},{b:"^[=\\*]{4,}\\n",e:"\\n^[=\\*]{4,}$",r:10},{cN:"section",r:10,v:[{b:"^(={1,5}) .+?( \\1)?$"},{b:"^[^\\[\\]\\n]+?\\n[=\\-~\\^\\+]{2,}$"}]},{cN:"meta",b:"^:.+?:",e:"\\s",eE:!0,r:10},{cN:"meta",b:"^\\[.+?\\]$",r:0},{cN:"quote",b:"^_{4,}\\n",e:"\\n_{4,}$",r:10},{cN:"code",b:"^[\\-\\.]{4,}\\n",e:"\\n[\\-\\.]{4,}$",r:10},{b:"^\\+{4,}\\n",e:"\\n\\+{4,}$",c:[{b:"<",e:">",sL:"xml",r:0}],r:10},{cN:"bullet",b:"^(\\*+|\\-+|\\.+|[^\\n]+?::)\\s+"},{cN:"symbol",b:"^(NOTE|TIP|IMPORTANT|WARNING|CAUTION):\\s+",r:10},{cN:"strong",b:"\\B\\*(?![\\*\\s])",e:"(\\n{2}|\\*)",c:[{b:"\\\\*\\w",r:0}]},{cN:"emphasis",b:"\\B'(?!['\\s])",e:"(\\n{2}|')",c:[{b:"\\\\'\\w",r:0}],r:0},{cN:"emphasis",b:"_(?![_\\s])",e:"(\\n{2}|_)",r:0},{cN:"string",v:[{b:"``.+?''"},{b:"`.+?'"}]},{cN:"code",b:"(`.+?`|\\+.+?\\+)",r:0},{cN:"code",b:"^[ \\t]",e:"$",r:0},{b:"^'{3,}[ \\t]*$",r:10},{b:"(link:)?(http|https|ftp|file|irc|image:?):\\S+\\[.*?\\]",rB:!0,c:[{b:"(link|image:?):",r:0},{cN:"link",b:"\\w",e:"[^\\[]+",r:0},{cN:"string",b:"\\[",e:"\\]",eB:!0,eE:!0,r:0}],r:10}]}});hljs.registerLanguage("aspectj",function(e){var t="false synchronized int abstract float private char boolean static null if const for true while long throw strictfp finally protected import native final return void enum else extends implements break transient new catch instanceof byte super volatile case assert short package default double public try this switch continue throws privileged aspectOf adviceexecution proceed cflowbelow cflow initialization preinitialization staticinitialization withincode target within execution getWithinTypeName handler thisJoinPoint thisJoinPointStaticPart thisEnclosingJoinPointStaticPart declare parents warning error soft precedence thisAspectInstance",i="get set args call";return{k:t,i:/<\/|#/,c:[e.C("/\\*\\*","\\*/",{r:0,c:[{b:/\w+@/,r:0},{cN:"doctag",b:"@[A-Za-z]+"}]}),e.CLCM,e.CBCM,e.ASM,e.QSM,{cN:"class",bK:"aspect",e:/[{;=]/,eE:!0,i:/[:;"\[\]]/,c:[{bK:"extends implements pertypewithin perthis pertarget percflowbelow percflow issingleton"},e.UTM,{b:/\([^\)]*/,e:/[)]+/,k:t+" "+i,eE:!1}]},{cN:"class",bK:"class interface",e:/[{;=]/,eE:!0,r:0,k:"class interface",i:/[:"\[\]]/,c:[{bK:"extends implements"},e.UTM]},{bK:"pointcut after before around throwing returning",e:/[)]/,eE:!1,i:/["\[\]]/,c:[{b:e.UIR+"\\s*\\(",rB:!0,c:[e.UTM]}]},{b:/[:]/,rB:!0,e:/[{;]/,r:0,eE:!1,k:t,i:/["\[\]]/,c:[{b:e.UIR+"\\s*\\(",k:t+" "+i,r:0},e.QSM]},{bK:"new throw",r:0},{cN:"function",b:/\w+ +\w+(\.)?\w+\s*\([^\)]*\)\s*((throws)[\w\s,]+)?[\{;]/,rB:!0,e:/[{;=]/,k:t,eE:!0,c:[{b:e.UIR+"\\s*\\(",rB:!0,r:0,c:[e.UTM]},{cN:"params",b:/\(/,e:/\)/,r:0,k:t,c:[e.ASM,e.QSM,e.CNM,e.CBCM]},e.CLCM,e.CBCM]},e.CNM,{cN:"meta",b:"@[A-Za-z]+"}]}});hljs.registerLanguage("gradle",function(e){return{cI:!0,k:{keyword:"task project allprojects subprojects artifacts buildscript configurations dependencies repositories sourceSets description delete from into include exclude source classpath destinationDir includes options sourceCompatibility targetCompatibility group flatDir doLast doFirst flatten todir fromdir ant def abstract break case catch continue default do else extends final finally for if implements instanceof native new private protected public return static switch synchronized throw throws transient try volatile while strictfp package import false null super this true antlrtask checkstyle codenarc copy boolean byte char class double float int interface long short void compile runTime file fileTree abs any append asList asWritable call collect compareTo count div dump each eachByte eachFile eachLine every find findAll flatten getAt getErr getIn getOut getText grep immutable inject inspect intersect invokeMethods isCase join leftShift minus multiply newInputStream newOutputStream newPrintWriter newReader newWriter next plus pop power previous print println push putAt read readBytes readLines reverse reverseEach round size sort splitEachLine step subMap times toInteger toList tokenize upto waitForOrKill withPrintWriter withReader withStream withWriter withWriterAppend write writeLine"},c:[e.CLCM,e.CBCM,e.ASM,e.QSM,e.NM,e.RM]}});hljs.registerLanguage("json",function(e){var i={literal:"true false null"},n=[e.QSM,e.CNM],r={e:",",eW:!0,eE:!0,c:n,k:i},t={b:"{",e:"}",c:[{cN:"attr",b:/"/,e:/"/,c:[e.BE],i:"\\n"},e.inherit(r,{b:/:/})],i:"\\S"},c={b:"\\[",e:"\\]",c:[e.inherit(r)],i:"\\S"};return n.splice(n.length,0,t,c),{c:n,k:i,i:"\\S"}});hljs.registerLanguage("sql",function(e){var t=e.C("--","$");return{cI:!0,i:/[<>{}*]/,c:[{bK:"begin end start commit rollback savepoint lock alter create drop rename call delete do handler insert load replace select truncate update set show pragma grant merge describe use explain help declare prepare execute deallocate release unlock purge reset change stop analyze cache flush optimize repair kill install uninstall checksum restore check backup revoke comment with",e:/;/,eW:!0,l:/[\w\.]+/,k:{keyword:"as abort abs absolute acc acce accep accept access accessed accessible account acos action activate add addtime admin administer advanced advise aes_decrypt aes_encrypt after agent aggregate ali alia alias allocate allow alter always analyze ancillary and any anydata anydataset anyschema anytype apply archive archived archivelog are as asc ascii asin assembly assertion associate asynchronous at atan atn2 attr attri attrib attribu attribut attribute attributes audit authenticated authentication authid authors auto autoallocate autodblink autoextend automatic availability avg backup badfile basicfile before begin beginning benchmark between bfile bfile_base big bigfile bin binary_double binary_float binlog bit_and bit_count bit_length bit_or bit_xor bitmap blob_base block blocksize body both bound buffer_cache buffer_pool build bulk by byte byteordermark bytes cache caching call calling cancel capacity cascade cascaded case cast catalog category ceil ceiling chain change changed char_base char_length character_length characters characterset charindex charset charsetform charsetid check checksum checksum_agg child choose chr chunk class cleanup clear client clob clob_base clone close cluster_id cluster_probability cluster_set clustering coalesce coercibility col collate collation collect colu colum column column_value columns columns_updated comment commit compact compatibility compiled complete composite_limit compound compress compute concat concat_ws concurrent confirm conn connec connect connect_by_iscycle connect_by_isleaf connect_by_root connect_time connection consider consistent constant constraint constraints constructor container content contents context contributors controlfile conv convert convert_tz corr corr_k corr_s corresponding corruption cos cost count count_big counted covar_pop covar_samp cpu_per_call cpu_per_session crc32 create creation critical cross cube cume_dist curdate current current_date current_time current_timestamp current_user cursor curtime customdatum cycle data database databases datafile datafiles datalength date_add date_cache date_format date_sub dateadd datediff datefromparts datename datepart datetime2fromparts day day_to_second dayname dayofmonth dayofweek dayofyear days db_role_change dbtimezone ddl deallocate declare decode decompose decrement decrypt deduplicate def defa defau defaul default defaults deferred defi defin define degrees delayed delegate delete delete_all delimited demand dense_rank depth dequeue des_decrypt des_encrypt des_key_file desc descr descri describ describe descriptor deterministic diagnostics difference dimension direct_load directory disable disable_all disallow disassociate discardfile disconnect diskgroup distinct distinctrow distribute distributed div do document domain dotnet double downgrade drop dumpfile duplicate duration each edition editionable editions element ellipsis else elsif elt empty enable enable_all enclosed encode encoding encrypt end end-exec endian enforced engine engines enqueue enterprise entityescaping eomonth error errors escaped evalname evaluate event eventdata events except exception exceptions exchange exclude excluding execu execut execute exempt exists exit exp expire explain export export_set extended extent external external_1 external_2 externally extract failed failed_login_attempts failover failure far fast feature_set feature_value fetch field fields file file_name_convert filesystem_like_logging final finish first first_value fixed flash_cache flashback floor flush following follows for forall force foreign form forma format found found_rows freelist freelists freepools fresh from from_base64 from_days ftp full function general generated get get_format get_lock getdate getutcdate global global_name globally go goto grant grants greatest group group_concat group_id grouping grouping_id groups gtid_subtract guarantee guard handler hash hashkeys having hea head headi headin heading heap help hex hierarchy high high_priority hosts hour http id ident_current ident_incr ident_seed identified identity idle_time if ifnull ignore iif ilike ilm immediate import in include including increment index indexes indexing indextype indicator indices inet6_aton inet6_ntoa inet_aton inet_ntoa infile initial initialized initially initrans inmemory inner innodb input insert install instance instantiable instr interface interleaved intersect into invalidate invisible is is_free_lock is_ipv4 is_ipv4_compat is_not is_not_null is_used_lock isdate isnull isolation iterate java join json json_exists keep keep_duplicates key keys kill language large last last_day last_insert_id last_value lax lcase lead leading least leaves left len lenght length less level levels library like like2 like4 likec limit lines link list listagg little ln load load_file lob lobs local localtime localtimestamp locate locator lock locked log log10 log2 logfile logfiles logging logical logical_reads_per_call logoff logon logs long loop low low_priority lower lpad lrtrim ltrim main make_set makedate maketime managed management manual map mapping mask master master_pos_wait match matched materialized max maxextents maximize maxinstances maxlen maxlogfiles maxloghistory maxlogmembers maxsize maxtrans md5 measures median medium member memcompress memory merge microsecond mid migration min minextents minimum mining minus minute minvalue missing mod mode model modification modify module monitoring month months mount move movement multiset mutex name name_const names nan national native natural nav nchar nclob nested never new newline next nextval no no_write_to_binlog noarchivelog noaudit nobadfile nocheck nocompress nocopy nocycle nodelay nodiscardfile noentityescaping noguarantee nokeep nologfile nomapping nomaxvalue nominimize nominvalue nomonitoring none noneditionable nonschema noorder nopr nopro noprom nopromp noprompt norely noresetlogs noreverse normal norowdependencies noschemacheck noswitch not nothing notice notnull notrim novalidate now nowait nth_value nullif nulls num numb numbe nvarchar nvarchar2 object ocicoll ocidate ocidatetime ociduration ociinterval ociloblocator ocinumber ociref ocirefcursor ocirowid ocistring ocitype oct octet_length of off offline offset oid oidindex old on online only opaque open operations operator optimal optimize option optionally or oracle oracle_date oradata ord ordaudio orddicom orddoc order ordimage ordinality ordvideo organization orlany orlvary out outer outfile outline output over overflow overriding package pad parallel parallel_enable parameters parent parse partial partition partitions pascal passing password password_grace_time password_lock_time password_reuse_max password_reuse_time password_verify_function patch path patindex pctincrease pctthreshold pctused pctversion percent percent_rank percentile_cont percentile_disc performance period period_add period_diff permanent physical pi pipe pipelined pivot pluggable plugin policy position post_transaction pow power pragma prebuilt precedes preceding precision prediction prediction_cost prediction_details prediction_probability prediction_set prepare present preserve prior priority private private_sga privileges procedural procedure procedure_analyze processlist profiles project prompt protection public publishingservername purge quarter query quick quiesce quota quotename radians raise rand range rank raw read reads readsize rebuild record records recover recovery recursive recycle redo reduced ref reference referenced references referencing refresh regexp_like register regr_avgx regr_avgy regr_count regr_intercept regr_r2 regr_slope regr_sxx regr_sxy reject rekey relational relative relaylog release release_lock relies_on relocate rely rem remainder rename repair repeat replace replicate replication required reset resetlogs resize resource respect restore restricted result result_cache resumable resume retention return returning returns reuse reverse revoke right rlike role roles rollback rolling rollup round row row_count rowdependencies rowid rownum rows rtrim rules safe salt sample save savepoint sb1 sb2 sb4 scan schema schemacheck scn scope scroll sdo_georaster sdo_topo_geometry search sec_to_time second section securefile security seed segment select self sequence sequential serializable server servererror session session_user sessions_per_user set sets settings sha sha1 sha2 share shared shared_pool short show shrink shutdown si_averagecolor si_colorhistogram si_featurelist si_positionalcolor si_stillimage si_texture siblings sid sign sin size size_t sizes skip slave sleep smalldatetimefromparts smallfile snapshot some soname sort soundex source space sparse spfile split sql sql_big_result sql_buffer_result sql_cache sql_calc_found_rows sql_small_result sql_variant_property sqlcode sqldata sqlerror sqlname sqlstate sqrt square standalone standby start starting startup statement static statistics stats_binomial_test stats_crosstab stats_ks_test stats_mode stats_mw_test stats_one_way_anova stats_t_test_ stats_t_test_indep stats_t_test_one stats_t_test_paired stats_wsr_test status std stddev stddev_pop stddev_samp stdev stop storage store stored str str_to_date straight_join strcmp strict string struct stuff style subdate subpartition subpartitions substitutable substr substring subtime subtring_index subtype success sum suspend switch switchoffset switchover sync synchronous synonym sys sys_xmlagg sysasm sysaux sysdate sysdatetimeoffset sysdba sysoper system system_user sysutcdatetime table tables tablespace tan tdo template temporary terminated tertiary_weights test than then thread through tier ties time time_format time_zone timediff timefromparts timeout timestamp timestampadd timestampdiff timezone_abbr timezone_minute timezone_region to to_base64 to_date to_days to_seconds todatetimeoffset trace tracking transaction transactional translate translation treat trigger trigger_nestlevel triggers trim truncate try_cast try_convert try_parse type ub1 ub2 ub4 ucase unarchived unbounded uncompress under undo unhex unicode uniform uninstall union unique unix_timestamp unknown unlimited unlock unnest unpivot unrecoverable unsafe unsigned until untrusted unusable unused update updated upgrade upped upper upsert url urowid usable usage use use_stored_outlines user user_data user_resources users using utc_date utc_timestamp uuid uuid_short validate validate_password_strength validation valist value values var var_samp varcharc vari varia variab variabl variable variables variance varp varraw varrawc varray verify version versions view virtual visible void wait wallet warning warnings week weekday weekofyear wellformed when whene whenev wheneve whenever where while whitespace with within without work wrapped xdb xml xmlagg xmlattributes xmlcast xmlcolattval xmlelement xmlexists xmlforest xmlindex xmlnamespaces xmlpi xmlquery xmlroot xmlschema xmlserialize xmltable xmltype xor year year_to_month years yearweek",literal:"true false null unknown",built_in:"array bigint binary bit blob bool boolean char character date dec decimal float int int8 integer interval number numeric real record serial serial8 smallint text time timestamp varchar varying void"},c:[{cN:"string",b:"'",e:"'",c:[e.BE,{b:"''"}]},{cN:"string",b:'"',e:'"',c:[e.BE,{b:'""'}]},{cN:"string",b:"`",e:"`",c:[e.BE]},e.CNM,e.CBCM,t,e.HCM]},e.CBCM,t,e.HCM]}});hljs.registerLanguage("go",function(e){var t={keyword:"break default func interface select case map struct chan else goto package switch const fallthrough if range type continue for import return var go defer bool byte complex64 complex128 float32 float64 int8 int16 int32 int64 string uint8 uint16 uint32 uint64 int uint uintptr rune",literal:"true false iota nil",built_in:"append cap close complex copy imag len make new panic print println real recover delete"};return{aliases:["golang"],k:t,i:"",rB:!0,e:"\\s*=>",c:[{cN:"params",v:[{b:r},{b:/\(\s*\)/},{b:/\(/,e:/\)/,eB:!0,eE:!0,k:t,c:s}]}]},{b://,sL:"xml",c:[{b:/<\w+\s*\/>/,skip:!0},{b:/<\w+/,e:/(\/\w+|\w+\/)>/,skip:!0,c:[{b:/<\w+\s*\/>/,skip:!0},"self"]}]}],r:0},{cN:"function",bK:"function",e:/\{/,eE:!0,c:[e.inherit(e.TM,{b:r}),{cN:"params",b:/\(/,e:/\)/,eB:!0,eE:!0,c:s}],i:/\[|%/},{b:/\$[(.]/},e.METHOD_GUARD,{cN:"class",bK:"class",e:/[{;=]/,eE:!0,i:/[:"\[\]]/,c:[{bK:"extends"},e.UTM]},{bK:"constructor",e:/\{/,eE:!0}],i:/#(?!!)/}}); \ No newline at end of file diff --git a/spring-cloud-stream-binder-kafka/2.2.0.RELEASE/js/highlight/styles/a11y-dark.min.css b/spring-cloud-stream-binder-kafka/2.2.0.RELEASE/js/highlight/styles/a11y-dark.min.css new file mode 100644 index 00000000..b93b742a --- /dev/null +++ b/spring-cloud-stream-binder-kafka/2.2.0.RELEASE/js/highlight/styles/a11y-dark.min.css @@ -0,0 +1,99 @@ +/* a11y-dark theme */ +/* Based on the Tomorrow Night Eighties theme: https://github.com/isagalaev/highlight.js/blob/master/src/styles/tomorrow-night-eighties.css */ +/* @author: ericwbailey */ + +/* Comment */ +.hljs-comment, +.hljs-quote { + color: #d4d0ab; +} + +/* Red */ +.hljs-variable, +.hljs-template-variable, +.hljs-tag, +.hljs-name, +.hljs-selector-id, +.hljs-selector-class, +.hljs-regexp, +.hljs-deletion { + color: #ffa07a; +} + +/* Orange */ +.hljs-number, +.hljs-built_in, +.hljs-builtin-name, +.hljs-literal, +.hljs-type, +.hljs-params, +.hljs-meta, +.hljs-link { + color: #f5ab35; +} + +/* Yellow */ +.hljs-attribute { + color: #ffd700; +} + +/* Green */ +.hljs-string, +.hljs-symbol, +.hljs-bullet, +.hljs-addition { + color: #abe338; +} + +/* Blue */ +.hljs-title, +.hljs-section { + color: #00e0e0; +} + +/* Purple */ +.hljs-keyword, +.hljs-selector-tag { + color: #dcc6e0; +} + +.hljs { + display: block; + overflow-x: auto; + background: #2b2b2b; + color: #f8f8f2; + padding: 0.5em; +} + +.hljs-emphasis { + font-style: italic; +} + +.hljs-strong { + font-weight: bold; +} + +@media screen and (-ms-high-contrast: active) { + .hljs-addition, + .hljs-attribute, + .hljs-built_in, + .hljs-builtin-name, + .hljs-bullet, + .hljs-comment, + .hljs-link, + .hljs-literal, + .hljs-meta, + .hljs-number, + .hljs-params, + .hljs-string, + .hljs-symbol, + .hljs-type, + .hljs-quote { + color: highlight; + } + + .hljs-keyword, + .hljs-selector-tag { + font-weight: bold; + } +} diff --git a/spring-cloud-stream-binder-kafka/2.2.0.RELEASE/js/highlight/styles/an-old-hope.min.css b/spring-cloud-stream-binder-kafka/2.2.0.RELEASE/js/highlight/styles/an-old-hope.min.css new file mode 100644 index 00000000..a6d56f4b --- /dev/null +++ b/spring-cloud-stream-binder-kafka/2.2.0.RELEASE/js/highlight/styles/an-old-hope.min.css @@ -0,0 +1,89 @@ +/* + +An Old Hope – Star Wars Syntax (c) Gustavo Costa +Original theme - Ocean Dark Theme – by https://github.com/gavsiu +Based on Jesse Leite's Atom syntax theme 'An Old Hope' – https://github.com/JesseLeite/an-old-hope-syntax-atom + +*/ + +/* Death Star Comment */ +.hljs-comment, +.hljs-quote +{ + color: #B6B18B; +} + +/* Darth Vader */ +.hljs-variable, +.hljs-template-variable, +.hljs-tag, +.hljs-name, +.hljs-selector-id, +.hljs-selector-class, +.hljs-regexp, +.hljs-deletion +{ + color: #EB3C54; +} + +/* Threepio */ +.hljs-number, +.hljs-built_in, +.hljs-builtin-name, +.hljs-literal, +.hljs-type, +.hljs-params, +.hljs-meta, +.hljs-link +{ + color: #E7CE56; +} + +/* Luke Skywalker */ +.hljs-attribute +{ + color: #EE7C2B; +} + +/* Obi Wan Kenobi */ +.hljs-string, +.hljs-symbol, +.hljs-bullet, +.hljs-addition +{ + color: #4FB4D7; +} + +/* Yoda */ +.hljs-title, +.hljs-section +{ + color: #78BB65; +} + +/* Mace Windu */ +.hljs-keyword, +.hljs-selector-tag +{ + color: #B45EA4; +} + +/* Millenium Falcon */ +.hljs +{ + display: block; + overflow-x: auto; + background: #1C1D21; + color: #c0c5ce; + padding: 0.5em; +} + +.hljs-emphasis +{ + font-style: italic; +} + +.hljs-strong +{ + font-weight: bold; +} diff --git a/spring-cloud-stream-binder-kafka/2.2.0.RELEASE/js/highlight/styles/atom-one-dark-reasonable.min.css b/spring-cloud-stream-binder-kafka/2.2.0.RELEASE/js/highlight/styles/atom-one-dark-reasonable.min.css new file mode 100644 index 00000000..fd41c996 --- /dev/null +++ b/spring-cloud-stream-binder-kafka/2.2.0.RELEASE/js/highlight/styles/atom-one-dark-reasonable.min.css @@ -0,0 +1,77 @@ +/* + +Atom One Dark With support for ReasonML by Gidi Morris, based off work by Daniel Gamage + +Original One Dark Syntax theme from https://github.com/atom/one-dark-syntax + +*/ +.hljs { + display: block; + overflow-x: auto; + padding: 0.5em; + line-height: 1.3em; + color: #abb2bf; + background: #282c34; + border-radius: 5px; +} +.hljs-keyword, .hljs-operator { + color: #F92672; +} +.hljs-pattern-match { + color: #F92672; +} +.hljs-pattern-match .hljs-constructor { + color: #61aeee; +} +.hljs-function { + color: #61aeee; +} +.hljs-function .hljs-params { + color: #A6E22E; +} +.hljs-function .hljs-params .hljs-typing { + color: #FD971F; +} +.hljs-module-access .hljs-module { + color: #7e57c2; +} +.hljs-constructor { + color: #e2b93d; +} +.hljs-constructor .hljs-string { + color: #9CCC65; +} +.hljs-comment, .hljs-quote { + color: #b18eb1; + font-style: italic; +} +.hljs-doctag, .hljs-formula { + color: #c678dd; +} +.hljs-section, .hljs-name, .hljs-selector-tag, .hljs-deletion, .hljs-subst { + color: #e06c75; +} +.hljs-literal { + color: #56b6c2; +} +.hljs-string, .hljs-regexp, .hljs-addition, .hljs-attribute, .hljs-meta-string { + color: #98c379; +} +.hljs-built_in, .hljs-class .hljs-title { + color: #e6c07b; +} +.hljs-attr, .hljs-variable, .hljs-template-variable, .hljs-type, .hljs-selector-class, .hljs-selector-attr, .hljs-selector-pseudo, .hljs-number { + color: #d19a66; +} +.hljs-symbol, .hljs-bullet, .hljs-link, .hljs-meta, .hljs-selector-id, .hljs-title { + color: #61aeee; +} +.hljs-emphasis { + font-style: italic; +} +.hljs-strong { + font-weight: bold; +} +.hljs-link { + text-decoration: underline; +} diff --git a/spring-cloud-stream-binder-kafka/2.2.0.RELEASE/js/highlight/styles/atom-one-dark.min.css b/spring-cloud-stream-binder-kafka/2.2.0.RELEASE/js/highlight/styles/atom-one-dark.min.css new file mode 100644 index 00000000..1616aafe --- /dev/null +++ b/spring-cloud-stream-binder-kafka/2.2.0.RELEASE/js/highlight/styles/atom-one-dark.min.css @@ -0,0 +1,96 @@ +/* + +Atom One Dark by Daniel Gamage +Original One Dark Syntax theme from https://github.com/atom/one-dark-syntax + +base: #282c34 +mono-1: #abb2bf +mono-2: #818896 +mono-3: #5c6370 +hue-1: #56b6c2 +hue-2: #61aeee +hue-3: #c678dd +hue-4: #98c379 +hue-5: #e06c75 +hue-5-2: #be5046 +hue-6: #d19a66 +hue-6-2: #e6c07b + +*/ + +.hljs { + display: block; + overflow-x: auto; + padding: 0.5em; + color: #abb2bf; + background: #282c34; +} + +.hljs-comment, +.hljs-quote { + color: #5c6370; + font-style: italic; +} + +.hljs-doctag, +.hljs-keyword, +.hljs-formula { + color: #c678dd; +} + +.hljs-section, +.hljs-name, +.hljs-selector-tag, +.hljs-deletion, +.hljs-subst { + color: #e06c75; +} + +.hljs-literal { + color: #56b6c2; +} + +.hljs-string, +.hljs-regexp, +.hljs-addition, +.hljs-attribute, +.hljs-meta-string { + color: #98c379; +} + +.hljs-built_in, +.hljs-class .hljs-title { + color: #e6c07b; +} + +.hljs-attr, +.hljs-variable, +.hljs-template-variable, +.hljs-type, +.hljs-selector-class, +.hljs-selector-attr, +.hljs-selector-pseudo, +.hljs-number { + color: #d19a66; +} + +.hljs-symbol, +.hljs-bullet, +.hljs-link, +.hljs-meta, +.hljs-selector-id, +.hljs-title { + color: #61aeee; +} + +.hljs-emphasis { + font-style: italic; +} + +.hljs-strong { + font-weight: bold; +} + +.hljs-link { + text-decoration: underline; +} diff --git a/spring-cloud-stream-binder-kafka/2.2.0.RELEASE/js/highlight/styles/atom-one-light.min.css b/spring-cloud-stream-binder-kafka/2.2.0.RELEASE/js/highlight/styles/atom-one-light.min.css new file mode 100644 index 00000000..d5bd1d2a --- /dev/null +++ b/spring-cloud-stream-binder-kafka/2.2.0.RELEASE/js/highlight/styles/atom-one-light.min.css @@ -0,0 +1,96 @@ +/* + +Atom One Light by Daniel Gamage +Original One Light Syntax theme from https://github.com/atom/one-light-syntax + +base: #fafafa +mono-1: #383a42 +mono-2: #686b77 +mono-3: #a0a1a7 +hue-1: #0184bb +hue-2: #4078f2 +hue-3: #a626a4 +hue-4: #50a14f +hue-5: #e45649 +hue-5-2: #c91243 +hue-6: #986801 +hue-6-2: #c18401 + +*/ + +.hljs { + display: block; + overflow-x: auto; + padding: 0.5em; + color: #383a42; + background: #fafafa; +} + +.hljs-comment, +.hljs-quote { + color: #a0a1a7; + font-style: italic; +} + +.hljs-doctag, +.hljs-keyword, +.hljs-formula { + color: #a626a4; +} + +.hljs-section, +.hljs-name, +.hljs-selector-tag, +.hljs-deletion, +.hljs-subst { + color: #e45649; +} + +.hljs-literal { + color: #0184bb; +} + +.hljs-string, +.hljs-regexp, +.hljs-addition, +.hljs-attribute, +.hljs-meta-string { + color: #50a14f; +} + +.hljs-built_in, +.hljs-class .hljs-title { + color: #c18401; +} + +.hljs-attr, +.hljs-variable, +.hljs-template-variable, +.hljs-type, +.hljs-selector-class, +.hljs-selector-attr, +.hljs-selector-pseudo, +.hljs-number { + color: #986801; +} + +.hljs-symbol, +.hljs-bullet, +.hljs-link, +.hljs-meta, +.hljs-selector-id, +.hljs-title { + color: #4078f2; +} + +.hljs-emphasis { + font-style: italic; +} + +.hljs-strong { + font-weight: bold; +} + +.hljs-link { + text-decoration: underline; +} diff --git a/spring-cloud-stream-binder-kafka/2.2.0.RELEASE/js/highlight/styles/dracula.min.css b/spring-cloud-stream-binder-kafka/2.2.0.RELEASE/js/highlight/styles/dracula.min.css new file mode 100644 index 00000000..d591db68 --- /dev/null +++ b/spring-cloud-stream-binder-kafka/2.2.0.RELEASE/js/highlight/styles/dracula.min.css @@ -0,0 +1,76 @@ +/* + +Dracula Theme v1.2.0 + +https://github.com/zenorocha/dracula-theme + +Copyright 2015, All rights reserved + +Code licensed under the MIT license +http://zenorocha.mit-license.org + +@author Éverton Ribeiro +@author Zeno Rocha + +*/ + +.hljs { + display: block; + overflow-x: auto; + padding: 0.5em; + background: #282a36; +} + +.hljs-keyword, +.hljs-selector-tag, +.hljs-literal, +.hljs-section, +.hljs-link { + color: #8be9fd; +} + +.hljs-function .hljs-keyword { + color: #ff79c6; +} + +.hljs, +.hljs-subst { + color: #f8f8f2; +} + +.hljs-string, +.hljs-title, +.hljs-name, +.hljs-type, +.hljs-attribute, +.hljs-symbol, +.hljs-bullet, +.hljs-addition, +.hljs-variable, +.hljs-template-tag, +.hljs-template-variable { + color: #f1fa8c; +} + +.hljs-comment, +.hljs-quote, +.hljs-deletion, +.hljs-meta { + color: #6272a4; +} + +.hljs-keyword, +.hljs-selector-tag, +.hljs-literal, +.hljs-title, +.hljs-section, +.hljs-doctag, +.hljs-type, +.hljs-name, +.hljs-strong { + font-weight: bold; +} + +.hljs-emphasis { + font-style: italic; +} diff --git a/spring-cloud-stream-binder-kafka/2.2.0.RELEASE/js/highlight/styles/github.min.css b/spring-cloud-stream-binder-kafka/2.2.0.RELEASE/js/highlight/styles/github.min.css new file mode 100644 index 00000000..791932b8 --- /dev/null +++ b/spring-cloud-stream-binder-kafka/2.2.0.RELEASE/js/highlight/styles/github.min.css @@ -0,0 +1,99 @@ +/* + +github.com style (c) Vasily Polovnyov + +*/ + +.hljs { + display: block; + overflow-x: auto; + padding: 0.5em; + color: #333; + background: #f8f8f8; +} + +.hljs-comment, +.hljs-quote { + color: #998; + font-style: italic; +} + +.hljs-keyword, +.hljs-selector-tag, +.hljs-subst { + color: #333; + font-weight: bold; +} + +.hljs-number, +.hljs-literal, +.hljs-variable, +.hljs-template-variable, +.hljs-tag .hljs-attr { + color: #008080; +} + +.hljs-string, +.hljs-doctag { + color: #d14; +} + +.hljs-title, +.hljs-section, +.hljs-selector-id { + color: #900; + font-weight: bold; +} + +.hljs-subst { + font-weight: normal; +} + +.hljs-type, +.hljs-class .hljs-title { + color: #458; + font-weight: bold; +} + +.hljs-tag, +.hljs-name, +.hljs-attribute { + color: #000080; + font-weight: normal; +} + +.hljs-regexp, +.hljs-link { + color: #009926; +} + +.hljs-symbol, +.hljs-bullet { + color: #990073; +} + +.hljs-built_in, +.hljs-builtin-name { + color: #0086b3; +} + +.hljs-meta { + color: #999; + font-weight: bold; +} + +.hljs-deletion { + background: #fdd; +} + +.hljs-addition { + background: #dfd; +} + +.hljs-emphasis { + font-style: italic; +} + +.hljs-strong { + font-weight: bold; +} diff --git a/spring-cloud-stream-binder-kafka/2.2.0.RELEASE/js/highlight/styles/monokai-sublime.min.css b/spring-cloud-stream-binder-kafka/2.2.0.RELEASE/js/highlight/styles/monokai-sublime.min.css new file mode 100644 index 00000000..2864170d --- /dev/null +++ b/spring-cloud-stream-binder-kafka/2.2.0.RELEASE/js/highlight/styles/monokai-sublime.min.css @@ -0,0 +1,83 @@ +/* + +Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-license.org/ + +*/ + +.hljs { + display: block; + overflow-x: auto; + padding: 0.5em; + background: #23241f; +} + +.hljs, +.hljs-tag, +.hljs-subst { + color: #f8f8f2; +} + +.hljs-strong, +.hljs-emphasis { + color: #a8a8a2; +} + +.hljs-bullet, +.hljs-quote, +.hljs-number, +.hljs-regexp, +.hljs-literal, +.hljs-link { + color: #ae81ff; +} + +.hljs-code, +.hljs-title, +.hljs-section, +.hljs-selector-class { + color: #a6e22e; +} + +.hljs-strong { + font-weight: bold; +} + +.hljs-emphasis { + font-style: italic; +} + +.hljs-keyword, +.hljs-selector-tag, +.hljs-name, +.hljs-attr { + color: #f92672; +} + +.hljs-symbol, +.hljs-attribute { + color: #66d9ef; +} + +.hljs-params, +.hljs-class .hljs-title { + color: #f8f8f2; +} + +.hljs-string, +.hljs-type, +.hljs-built_in, +.hljs-builtin-name, +.hljs-selector-id, +.hljs-selector-attr, +.hljs-selector-pseudo, +.hljs-addition, +.hljs-variable, +.hljs-template-variable { + color: #e6db74; +} + +.hljs-comment, +.hljs-deletion, +.hljs-meta { + color: #75715e; +} diff --git a/spring-cloud-stream-binder-kafka/2.2.0.RELEASE/js/highlight/styles/monokai.min.css b/spring-cloud-stream-binder-kafka/2.2.0.RELEASE/js/highlight/styles/monokai.min.css new file mode 100644 index 00000000..775d53f9 --- /dev/null +++ b/spring-cloud-stream-binder-kafka/2.2.0.RELEASE/js/highlight/styles/monokai.min.css @@ -0,0 +1,70 @@ +/* +Monokai style - ported by Luigi Maselli - http://grigio.org +*/ + +.hljs { + display: block; + overflow-x: auto; + padding: 0.5em; + background: #272822; color: #ddd; +} + +.hljs-tag, +.hljs-keyword, +.hljs-selector-tag, +.hljs-literal, +.hljs-strong, +.hljs-name { + color: #f92672; +} + +.hljs-code { + color: #66d9ef; +} + +.hljs-class .hljs-title { + color: white; +} + +.hljs-attribute, +.hljs-symbol, +.hljs-regexp, +.hljs-link { + color: #bf79db; +} + +.hljs-string, +.hljs-bullet, +.hljs-subst, +.hljs-title, +.hljs-section, +.hljs-emphasis, +.hljs-type, +.hljs-built_in, +.hljs-builtin-name, +.hljs-selector-attr, +.hljs-selector-pseudo, +.hljs-addition, +.hljs-variable, +.hljs-template-tag, +.hljs-template-variable { + color: #a6e22e; +} + +.hljs-comment, +.hljs-quote, +.hljs-deletion, +.hljs-meta { + color: #75715e; +} + +.hljs-keyword, +.hljs-selector-tag, +.hljs-literal, +.hljs-doctag, +.hljs-title, +.hljs-section, +.hljs-type, +.hljs-selector-id { + font-weight: bold; +} diff --git a/spring-cloud-stream-binder-kafka/2.2.0.RELEASE/js/highlight/styles/solarized-light.min.css b/spring-cloud-stream-binder-kafka/2.2.0.RELEASE/js/highlight/styles/solarized-light.min.css new file mode 100644 index 00000000..fdcfcc72 --- /dev/null +++ b/spring-cloud-stream-binder-kafka/2.2.0.RELEASE/js/highlight/styles/solarized-light.min.css @@ -0,0 +1,84 @@ +/* + +Orginal Style from ethanschoonover.com/solarized (c) Jeremy Hull + +*/ + +.hljs { + display: block; + overflow-x: auto; + padding: 0.5em; + background: #fdf6e3; + color: #657b83; +} + +.hljs-comment, +.hljs-quote { + color: #93a1a1; +} + +/* Solarized Green */ +.hljs-keyword, +.hljs-selector-tag, +.hljs-addition { + color: #859900; +} + +/* Solarized Cyan */ +.hljs-number, +.hljs-string, +.hljs-meta .hljs-meta-string, +.hljs-literal, +.hljs-doctag, +.hljs-regexp { + color: #2aa198; +} + +/* Solarized Blue */ +.hljs-title, +.hljs-section, +.hljs-name, +.hljs-selector-id, +.hljs-selector-class { + color: #268bd2; +} + +/* Solarized Yellow */ +.hljs-attribute, +.hljs-attr, +.hljs-variable, +.hljs-template-variable, +.hljs-class .hljs-title, +.hljs-type { + color: #b58900; +} + +/* Solarized Orange */ +.hljs-symbol, +.hljs-bullet, +.hljs-subst, +.hljs-meta, +.hljs-meta .hljs-keyword, +.hljs-selector-attr, +.hljs-selector-pseudo, +.hljs-link { + color: #cb4b16; +} + +/* Solarized Red */ +.hljs-built_in, +.hljs-deletion { + color: #dc322f; +} + +.hljs-formula { + background: #eee8d5; +} + +.hljs-emphasis { + font-style: italic; +} + +.hljs-strong { + font-weight: bold; +} diff --git a/spring-cloud-stream-binder-kafka/2.2.0.RELEASE/js/highlight/styles/zenburn.min.css b/spring-cloud-stream-binder-kafka/2.2.0.RELEASE/js/highlight/styles/zenburn.min.css new file mode 100644 index 00000000..07be5020 --- /dev/null +++ b/spring-cloud-stream-binder-kafka/2.2.0.RELEASE/js/highlight/styles/zenburn.min.css @@ -0,0 +1,80 @@ +/* + +Zenburn style from voldmar.ru (c) Vladimir Epifanov +based on dark.css by Ivan Sagalaev + +*/ + +.hljs { + display: block; + overflow-x: auto; + padding: 0.5em; + background: #3f3f3f; + color: #dcdcdc; +} + +.hljs-keyword, +.hljs-selector-tag, +.hljs-tag { + color: #e3ceab; +} + +.hljs-template-tag { + color: #dcdcdc; +} + +.hljs-number { + color: #8cd0d3; +} + +.hljs-variable, +.hljs-template-variable, +.hljs-attribute { + color: #efdcbc; +} + +.hljs-literal { + color: #efefaf; +} + +.hljs-subst { + color: #8f8f8f; +} + +.hljs-title, +.hljs-name, +.hljs-selector-id, +.hljs-selector-class, +.hljs-section, +.hljs-type { + color: #efef8f; +} + +.hljs-symbol, +.hljs-bullet, +.hljs-link { + color: #dca3a3; +} + +.hljs-deletion, +.hljs-string, +.hljs-built_in, +.hljs-builtin-name { + color: #cc9393; +} + +.hljs-addition, +.hljs-comment, +.hljs-quote, +.hljs-meta { + color: #7f9f7f; +} + + +.hljs-emphasis { + font-style: italic; +} + +.hljs-strong { + font-weight: bold; +} diff --git a/spring-cloud-stream-binder-kafka/2.2.0.RELEASE/js/toc.js b/spring-cloud-stream-binder-kafka/2.2.0.RELEASE/js/toc.js new file mode 100644 index 00000000..b240f342 --- /dev/null +++ b/spring-cloud-stream-binder-kafka/2.2.0.RELEASE/js/toc.js @@ -0,0 +1,113 @@ +var toctitle = document.getElementById('toctitle'); +var path = window.location.pathname; +if (toctitle != null) { + var oldtoc = toctitle.nextElementSibling; + var newtoc = document.createElement('div'); + newtoc.setAttribute('id', 'tocbot'); + newtoc.setAttribute('class', 'js-toc desktop-toc'); + oldtoc.setAttribute('class', 'mobile-toc'); + oldtoc.parentNode.appendChild(newtoc); + tocbot.init({ + contentSelector: '#content', + headingSelector: 'h1, h2, h3, h4, h5', + positionFixedSelector: 'body', + fixedSidebarOffset: 90, + smoothScroll: false + }); + if (!path.endsWith("index.html") && !path.endsWith("/")) { + var link = document.createElement("a"); + if (document.getElementById('index-link')) { + indexLinkElement = document.querySelector('#index-link > p > a'); + linkHref = indexLinkElement.getAttribute("href"); + link.setAttribute("href", linkHref); + } else { + link.setAttribute("href", "index.html"); + } + link.innerHTML = " Back to index"; + var block = document.createElement("div"); + block.setAttribute('class', 'back-action'); + block.appendChild(link); + var toc = document.getElementById('toc'); + var next = document.getElementById('toctitle').nextElementSibling; + toc.insertBefore(block, next); + } +} + +var headerHtml = '
\n' + + '

\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '\n' + + '

\n' + + '
'; + +var header = document.createElement("div"); +header.innerHTML = headerHtml; +document.body.insertBefore(header, document.body.firstChild); diff --git a/spring-cloud-stream-binder-kafka/2.2.0.RELEASE/js/tocbot/tocbot.css b/spring-cloud-stream-binder-kafka/2.2.0.RELEASE/js/tocbot/tocbot.css new file mode 100644 index 00000000..0632de23 --- /dev/null +++ b/spring-cloud-stream-binder-kafka/2.2.0.RELEASE/js/tocbot/tocbot.css @@ -0,0 +1 @@ +.toc{overflow-y:auto}.toc>.toc-list{overflow:hidden;position:relative}.toc>.toc-list li{list-style:none}.toc-list{margin:0;padding-left:10px}a.toc-link{color:currentColor;height:100%}.is-collapsible{max-height:1000px;overflow:hidden;transition:all 300ms ease-in-out}.is-collapsed{max-height:0}.is-position-fixed{position:fixed !important;top:0}.is-active-link{font-weight:700}.toc-link::before{background-color:#EEE;content:' ';display:inline-block;height:inherit;left:0;margin-top:-1px;position:absolute;width:2px}.is-active-link::before{background-color:#54BC4B} diff --git a/spring-cloud-stream-binder-kafka/2.2.0.RELEASE/js/tocbot/tocbot.min.js b/spring-cloud-stream-binder-kafka/2.2.0.RELEASE/js/tocbot/tocbot.min.js new file mode 100644 index 00000000..943d8fdb --- /dev/null +++ b/spring-cloud-stream-binder-kafka/2.2.0.RELEASE/js/tocbot/tocbot.min.js @@ -0,0 +1 @@ +!function(e){function t(o){if(n[o])return n[o].exports;var l=n[o]={i:o,l:!1,exports:{}};return e[o].call(l.exports,l,l.exports,t),l.l=!0,l.exports}var n={};t.m=e,t.c=n,t.d=function(e,n,o){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:o})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=0)}([function(e,t,n){(function(o){var l,i,s;!function(n,o){i=[],l=o(n),void 0!==(s="function"==typeof l?l.apply(t,i):l)&&(e.exports=s)}(void 0!==o?o:this.window||this.global,function(e){"use strict";function t(){for(var e={},t=0;te.fixedSidebarOffset?-1===n.className.indexOf(e.positionFixedClass)&&(n.className+=h+e.positionFixedClass):n.className=n.className.split(h+e.positionFixedClass).join("")}function s(t){var n=document.documentElement.scrollTop||f.scrollTop;e.positionFixedSelector&&i();var o,l=t;if(m&&null!==document.querySelector(e.tocSelector)&&l.length>0){d.call(l,function(t,i){if(t.offsetTop>n+e.headingsOffset+10){return o=l[0===i?i:i-1],!0}if(i===l.length-1)return o=l[l.length-1],!0});var s=document.querySelector(e.tocSelector).querySelectorAll("."+e.linkClass);u.call(s,function(t){t.className=t.className.split(h+e.activeLinkClass).join("")});var c=document.querySelector(e.tocSelector).querySelectorAll("."+e.listItemClass);u.call(c,function(t){t.className=t.className.split(h+e.activeListItemClass).join("")});var a=document.querySelector(e.tocSelector).querySelector("."+e.linkClass+".node-name--"+o.nodeName+'[href="#'+o.id+'"]');-1===a.className.indexOf(e.activeLinkClass)&&(a.className+=h+e.activeLinkClass);var p=a.parentNode;p&&-1===p.className.indexOf(e.activeListItemClass)&&(p.className+=h+e.activeListItemClass);var C=document.querySelector(e.tocSelector).querySelectorAll("."+e.listClass+"."+e.collapsibleClass);u.call(C,function(t){-1===t.className.indexOf(e.isCollapsedClass)&&(t.className+=h+e.isCollapsedClass)}),a.nextSibling&&-1!==a.nextSibling.className.indexOf(e.isCollapsedClass)&&(a.nextSibling.className=a.nextSibling.className.split(h+e.isCollapsedClass).join("")),r(a.parentNode.parentNode)}}function r(t){return-1!==t.className.indexOf(e.collapsibleClass)&&-1!==t.className.indexOf(e.isCollapsedClass)?(t.className=t.className.split(h+e.isCollapsedClass).join(""),r(t.parentNode.parentNode)):t}function c(t){var n=t.target||t.srcElement;"string"==typeof n.className&&-1!==n.className.indexOf(e.linkClass)&&(m=!1)}function a(){m=!0}var u=[].forEach,d=[].some,f=document.body,m=!0,h=" ";return{enableTocAnimation:a,disableTocAnimation:c,render:n,updateToc:s}}},function(e,t){e.exports=function(e){function t(e){return e[e.length-1]}function n(e){return+e.nodeName.split("H").join("")}function o(t){var o={id:t.id,children:[],nodeName:t.nodeName,headingLevel:n(t),textContent:t.textContent.trim()};return e.includeHtml&&(o.childNodes=t.childNodes),o}function l(l,i){for(var s=o(l),r=n(l),c=i,a=t(c),u=a?a.headingLevel:0,d=r-u;d>0;)a=t(c),a&&void 0!==a.children&&(c=a.children),d--;return r>=e.collapseDepth&&(s.isCollapsed=!0),c.push(s),c}function i(t,n){var o=n;e.ignoreSelector&&(o=n.split(",").map(function(t){return t.trim()+":not("+e.ignoreSelector+")"}));try{return document.querySelector(t).querySelectorAll(o)}catch(e){return console.warn("Element not found: "+t),null}}function s(e){return r.call(e,function(e,t){return l(o(t),e.nest),e},{nest:[]})}var r=[].reduce;return{nestHeadingsArray:s,selectHeadings:i}}},function(e,t){function n(e){function t(e){return"a"===e.tagName.toLowerCase()&&(e.hash.length>0||"#"===e.href.charAt(e.href.length-1))&&(n(e.href)===s||n(e.href)+"#"===s)}function n(e){return e.slice(0,e.lastIndexOf("#"))}function l(e){var t=document.getElementById(e.substring(1));t&&(/^(?:a|select|input|button|textarea)$/i.test(t.tagName)||(t.tabIndex=-1),t.focus())}!function(){document.documentElement.style}();var i=e.duration,s=location.hash?n(location.href):location.href;!function(){function n(n){!t(n.target)||n.target.className.indexOf("no-smooth-scroll")>-1||"#"===n.target.href.charAt(n.target.href.length-2)&&"!"===n.target.href.charAt(n.target.href.length-1)||-1===n.target.className.indexOf(e.linkClass)||o(n.target.hash,{duration:i,callback:function(){l(n.target.hash)}})}document.body.addEventListener("click",n,!1)}()}function o(e,t){function n(e){s=e-i,window.scrollTo(0,c.easing(s,r,u,d)),s