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.
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.