You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by bl...@apache.org on 2021/09/16 07:05:01 UTC

[pulsar-dotpulsar] branch master updated: Updated the README.md with a reference for setting up docker locally

This is an automated email from the ASF dual-hosted git repository.

blankensteiner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-dotpulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 2c40409  Updated the README.md with a reference for setting up docker locally
2c40409 is described below

commit 2c4040927f58de55d4a97a4e5172f176b567ef95
Author: Daniel Blankensteiner <db...@vmail.dk>
AuthorDate: Thu Sep 16 09:04:56 2021 +0200

    Updated the README.md with a reference for setting up docker locally
---
 README.md                      | 1 +
 src/DotPulsar/DotPulsar.csproj | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 4a00c91..fc87212 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,7 @@ Have a look at the [changelog](CHANGELOG.md).
 
 Let's take a look at a "Hello world" example, where we first produce a message and then consume it.
 
+First, we need a Pulsar setup. Have a look [here](https://pulsar.apache.org/docs/en/standalone-docker/) to see how to setup a local standalone Pulsar instance.
 Install the NuGet package [DotPulsar](https://www.nuget.org/packages/DotPulsar/) and copy/paste the code below (you will be needing using declarations for 'DotPulsar' and 'DotPulsar.Extensions').
 
 ```csharp
diff --git a/src/DotPulsar/DotPulsar.csproj b/src/DotPulsar/DotPulsar.csproj
index 4d49e74..e41423c 100644
--- a/src/DotPulsar/DotPulsar.csproj
+++ b/src/DotPulsar/DotPulsar.csproj
@@ -23,7 +23,7 @@
 
   <ItemGroup>    
     <PackageReference Include="HashDepot" Version="2.0.3" />
-    <PackageReference Include="Microsoft.Extensions.ObjectPool" Version="5.0.9" />
+    <PackageReference Include="Microsoft.Extensions.ObjectPool" Version="5.0.10" />
     <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
     <PackageReference Include="protobuf-net" Version="3.0.101" />
     <PackageReference Include="System.IO.Pipelines" Version="5.0.1" />