Activities of "maliming"

hi

I'm getting security vulnerability for the Volo.Abp.Cli 8.3.4

What are the vulnerability details?

Thanks.

hi

Can you test your case in a new template project? Then you can share it.

Thanks.

Hi

Are you sure current tenant has separate connection string?

Please check the table data in database and clear the Redis.

Thanks.

Hi

Can you share a minimal project?

liming.ma@volosoft.com

Thanks.

hi

Can you share the full query code?

Thanks.

hi

Abp framework doesn't override the Database.GetConnectionString() method.

var connectionString = dbContext.Database.GetConnectionString();

You shouldn't use it. Please always use IConnectionStringResolver

Thanks.

Answer

hi

Can you set the ALL log level to Debug and share the logst.xt file after reproducing the error?

https://abp.io/support/questions/8622/How-to-enable-Debug-logs-for-troubleshoot-problems

liming.ma@volosoft.com

Thanks

hi

Can you try installing Docker Desktop and running a Redis container?

https://docs.docker.com/desktop/setup/install/windows-install/

docker run -p 6379:6379 --name redis -d redis:alpine

Thanks

hi

So why do you want to use a new topic? external system could use the same topic, too. There is no problem.

Thanks

hi

publish event from topic 1 and consume event from external system

Is your external system based on the ABP framework?

You can publish messages without using ABP's KafkaDistributedEventBus if the consumer is not an ABP application.

Just use Kafka code to publish the message to a new topic.

Thanks.

Showing 31 to 40 of 11066 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on October 30, 2025, 06:33