Käyttäjän "tahseelit1" toiminnot

Hi thank you for your quick response.,

i want to implement KafkaDistributedEventBus one microservice subscribe into multiple topics

Great thank you for your help mahmut.gundogdu.,

hi there any update for my issue because this issue happen to all module or page using the same control.

Hello,

We got the problem fixed. For now, no new 5.3 bug-fix version is scheduled for release. However, the fix will be included in 6.0.0's next version.

With the following workaround, you can avoid the issue

//app.component.ts 
import { LookupInputComponent } from '@volo/abp.commercial.ng.ui'; 
 
const afterViewInit = LookupInputComponent.prototype.ngAfterViewInit; 
 
LookupInputComponent.prototype.ngAfterViewInit = function () { 
  afterViewInit.call(this); 
  this.cdRef.detectChanges(); 
}; 
 
 

perfect!! I really appreciate it. thank you

hi there it's already there when i check the pods information in auth

  1. failed when i implement proxy cache in both admin portal and authserver via ingress deployment in kubernetes.
  2. Success when implement only in admin portal not authserver.

we are not using multitenant the requirement is to allow merchant to (modified or create) their own email template and those template is accessible only for them base on their username and password. they have their own dashboard , menu and access right one of their rights is to create their own email template.

perfect! this is what i need thank you.

Vastaus

I follow and implement the Kafka integration base on document you've send but still rollback is not working. even I manually throw exception to consumer.

still the behavior is the same once consumer fail my transaction in publisher success.

Vastaus

Publisher configuration

Consumer configuration

Näytetään 1 - 10/25 tietueesta
Made with ❤️ on ABP v8.2.0-preview Updated on maaliskuuta 25, 2024, 15.11