However, it looks like this section:
<pre class="brush: bash;">
        &gt; tree streams.examples
        streams-quickstart
        ├── pom.xml
        └── src
            └── main
                ├── java
                │   └── myapps
                │       ├── LineSplit.java
                │       ├── Pipe.java
                │       └── WordCount.java
                └── resources
                    └── log4j.properties
    </pre>
Doesn't render properly - at least for me.

On Mon, 11 Sep 2017 at 09:08 Damian Guy <damian....@gmail.com> wrote:

> Hi Guozhang, from what i'm looking at the {{fullDotVersion}} is replaced
> with 0.11.0.1
>
> On Sat, 9 Sep 2017 at 00:55 Guozhang Wang <wangg...@gmail.com> wrote:
>
>> Verified the quickstart and streams tutorial, +1.
>>
>> One minor comment on the web docs of streams tutorial, that when I edited
>> the mvn archetype command I used the template values as:
>>
>> ```
>>
>> <pre class="brush: bash;">
>>     mvn archetype:generate \
>>         -DarchetypeGroupId=org.apache.kafka \
>>         -DarchetypeArtifactId=streams-quickstart-java \
>>         -DarchetypeVersion={{fullDotVersion}} \
>>         -DgroupId=streams.examples \
>>         -DartifactId=streams.examples \
>>         -Dversion=0.1 \
>>         -Dpackage=myapps
>> </pre>
>>
>> ```
>>
>> However the {{fullDotVersion}} does auto-render under <pre>, at least
>> on my local apache server. Is that also the case on your end Damian?
>>
>>
>>
>> Guozhang
>>
>>
>>
>> On Thu, Sep 7, 2017 at 2:20 AM, Magnus Edenhill <mag...@edenhill.se>
>> wrote:
>>
>> > +1 (non-binding)
>> >
>> > Verified with librdkafka regression test suite
>> >
>> > 2017-09-06 11:52 GMT+02:00 Damian Guy <damian....@gmail.com>:
>> >
>> > > Resending as i wasn't part of the kafka-clients mailing list
>> > >
>> > > On Tue, 5 Sep 2017 at 21:34 Damian Guy <damian....@gmail.com> wrote:
>> > >
>> > > > Hello Kafka users, developers and client-developers,
>> > > >
>> > > > This is the first candidate for release of Apache Kafka 0.11.0.1.
>> > > >
>> > > > This is a bug fix release and it includes fixes and improvements
>> from
>> > 49
>> > > > JIRAs (including a few critical bugs).
>> > > >
>> > > > Release notes for the 0.11.0.1 release:
>> > > > http://home.apache.org/~damianguy/kafka-0.11.0.1-rc0/
>> > RELEASE_NOTES.html
>> > > >
>> > > > *** Please download, test and vote by Saturday, September 9, 9am PT
>> > > >
>> > > > Kafka's KEYS file containing PGP keys we use to sign the release:
>> > > > http://kafka.apache.org/KEYS
>> > > >
>> > > > * Release artifacts to be voted upon (source and binary):
>> > > > http://home.apache.org/~damianguy/kafka-0.11.0.1-rc0/
>> > > >
>> > > > * Maven artifacts to be voted upon:
>> > > > https://repository.apache.org/content/groups/staging/
>> > > >
>> > > > * Javadoc:
>> > > > http://home.apache.org/~damianguy/kafka-0.11.0.1-rc0/javadoc/
>> > > >
>> > > > * Tag to be voted upon (off 0.11.0 branch) is the 0.11.0.1 tag:
>> > > >
>> > > > https://git-wip-us.apache.org/repos/asf?p=kafka.git;a=tag;h=
>> > > a8aa61266aedcf62e45b3595a2cf68c819ca1a6c
>> > > >
>> > > >
>> > > > * Documentation:
>> > > > Note the documentation can't be pushed live due to changes that will
>> > not
>> > > > go live until the release. You can manually verify by downloading
>> > > > http://home.apache.org/~damianguy/kafka-0.11.0.1-rc0/
>> > > kafka_2.11-0.11.0.1-site-docs.tgz
>> > > >
>> > > >
>> > > > * Protocol:
>> > > > http://kafka.apache.org/0110/protocol.html
>> > > >
>> > > > * Successful Jenkins builds for the 0.11.0 branch:
>> > > > Unit/integration tests:
>> > > > https://builds.apache.org/job/kafka-0.11.0-jdk7/298
>> > > >
>> > > > System tests:
>> > > > http://confluent-kafka-0-11-0-system-test-results.s3-us-
>> > > west-2.amazonaws.com/2017-09-05--001.1504612096--apache--0.
>> > > 11.0--7b6e5f9/report.html
>> > > >
>> > > > /**************************************
>> > > >
>> > > > Thanks,
>> > > > Damian
>> > > >
>> > >
>> >
>>
>>
>>
>> --
>> -- Guozhang
>>
>

Reply via email to