-
Notifications
You must be signed in to change notification settings - Fork 519
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: support Aspire.Hosting.Apache.Pulsar
#4146
base: main
Are you sure you want to change the base?
Conversation
@dotnet-policy-service agree |
Aspire.Hosting.Apache.Pulsar
# Conflicts: # Directory.Packages.props
@davidfowl Hello 😄 Hope you don't mind me asking, just searching some general guidance. If you would be so kind and perhaps point me or refer me to someone on how could I (we) get/whitelist DotPulsar as part of "external dependencies" (like Confluent.Kafka, Dapper and similar). That would make this PR green and pass the PR checks. In case of this PR I use it in the playground sample 😄 |
While developing, change nuget.config to add nuget.org as a package source. We'll revert once we're good with the change and mirror the package to the feed. |
# Conflicts: # Aspire.sln
Hi 👋, first time contributor here
Motivation
To support Apache Pulsar with Aspire Hosting options
Modifications
Aspire.Hosting.Apache.Pulsar
libSources
Docs: https://pulsar.apache.org/docs/3.2.x/
.NET Client library: https://github.com/apache/pulsar-dotpulsar
Notes:
Please direct me if I'm missing something 😄.
Regarding Pulsar Manager (UI),
I'd like to wait a tiny bit to bump up the default tag of
PulsarManagerContainerImageTags
so it can support having a default super-user via environment variables which I recently added.The code is in place with this PR and the manager release should be relatively soon.
Questions:
DotPulsar
package into the playground project so I added my own nuget source.Hope someone could guide me a little on how to get it into the project from current sources.