Guest User

Untitled

a guest
Jul 17th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.00 KB | None | 0 0
  1. <dependency>
  2. <groupId>org.springframework.cloud</groupId>
  3. <artifactId>spring-cloud-starter-bus-kafka</artifactId>
  4. </dependency>
  5.  
  6. [
  7. {
  8. "name": "TestInput",
  9. "group": null,
  10. "pausable": true,
  11. "state": "running",
  12. "extendedInfo": {
  13. "bindingDestination": "KafkaConsumerDestination{consumerDestinationName='TestInput', partitions=1, dlqName='null'}",
  14. "ExtendedConsumerProperties": {
  15. "concurrency": 1,
  16. "instanceCount": 1,
  17. "maxAttempts": 3,
  18. "backOffInitialInterval": 1000,
  19. "backOffMaxInterval": 10000,
  20. "backOffMultiplier": 2,
  21. "extension": {
  22. "ackEachRecord": false,
  23. "autoRebalanceEnabled": true,
  24. "autoCommitOffset": true,
  25. "autoCommitOnError": null,
  26. "startOffset": null,
  27. "resetOffsets": false,
  28. "enableDlq": false,
  29. "dlqName": null,
  30. "dlqProducerProperties": {
  31. "bufferSize": 16384,
  32. "compressionType": "none",
  33. "sync": false,
  34. "batchTimeout": 0,
  35. "messageKeyExpression": null,
  36. "headerPatterns": null,
  37. "configuration": {},
  38. "admin": {
  39. "replicationFactor": null,
  40. "replicasAssignments": {},
  41. "configuration": {}
  42. }
  43. },
  44. "recoveryInterval": 5000,
  45. "trustedPackages": null,
  46. "standardHeaders": "none",
  47. "converterBeanName": null,
  48. "idleEventInterval": 30000,
  49. "configuration": {},
  50. "admin": {
  51. "replicationFactor": null,
  52. "replicasAssignments": {},
  53. "configuration": {}
  54. }
  55. }
  56. }
  57. }
  58. },
  59. {
  60. "name": "TestInput2",
  61. "group": null,
  62. "pausable": true,
  63. "state": "running",
  64. "extendedInfo": {
  65. "bindingDestination": "KafkaConsumerDestination{consumerDestinationName='TestInput2', partitions=1, dlqName='null'}",
  66. "ExtendedConsumerProperties": {
  67. "concurrency": 1,
  68. "instanceCount": 1,
  69. "maxAttempts": 3,
  70. "backOffInitialInterval": 1000,
  71. "backOffMaxInterval": 10000,
  72. "backOffMultiplier": 2,
  73. "extension": {
  74. "ackEachRecord": false,
  75. "autoRebalanceEnabled": true,
  76. "autoCommitOffset": true,
  77. "autoCommitOnError": null,
  78. "startOffset": null,
  79. "resetOffsets": false,
  80. "enableDlq": false,
  81. "dlqName": null,
  82. "dlqProducerProperties": {
  83. "bufferSize": 16384,
  84. "compressionType": "none",
  85. "sync": false,
  86. "batchTimeout": 0,
  87. "messageKeyExpression": null,
  88. "headerPatterns": null,
  89. "configuration": {},
  90. "admin": {
  91. "replicationFactor": null,
  92. "replicasAssignments": {},
  93. "configuration": {}
  94. }
  95. },
  96. "recoveryInterval": 5000,
  97. "trustedPackages": null,
  98. "standardHeaders": "none",
  99. "converterBeanName": null,
  100. "idleEventInterval": 30000,
  101. "configuration": {},
  102. "admin": {
  103. "replicationFactor": null,
  104. "replicasAssignments": {},
  105. "configuration": {}
  106. }
  107. }
  108. }
  109. }
  110. }
  111. ]
  112.  
  113. [
  114. {
  115. "name": "springCloudBus",
  116. "group": null,
  117. "pausable": true,
  118. "state": "running",
  119. "extendedInfo": {
  120. "bindingDestination": "KafkaConsumerDestination{consumerDestinationName='springCloudBus', partitions=1, dlqName='null'}",
  121. "ExtendedConsumerProperties": {
  122. "concurrency": 1,
  123. "instanceCount": 1,
  124. "maxAttempts": 3,
  125. "backOffInitialInterval": 1000,
  126. "backOffMaxInterval": 10000,
  127. "backOffMultiplier": 2,
  128. "extension": {
  129. "ackEachRecord": false,
  130. "autoRebalanceEnabled": true,
  131. "autoCommitOffset": true,
  132. "autoCommitOnError": null,
  133. "startOffset": null,
  134. "resetOffsets": false,
  135. "enableDlq": false,
  136. "dlqName": null,
  137. "dlqProducerProperties": {
  138. "bufferSize": 16384,
  139. "compressionType": "none",
  140. "sync": false,
  141. "batchTimeout": 0,
  142. "messageKeyExpression": null,
  143. "headerPatterns": null,
  144. "configuration": {},
  145. "admin": {
  146. "replicationFactor": null,
  147. "replicasAssignments": {},
  148. "configuration": {}
  149. }
  150. },
  151. "recoveryInterval": 5000,
  152. "trustedPackages": null,
  153. "standardHeaders": "none",
  154. "converterBeanName": null,
  155. "idleEventInterval": 30000,
  156. "configuration": {},
  157. "admin": {
  158. "replicationFactor": null,
  159. "replicasAssignments": {},
  160. "configuration": {}
  161. }
  162. }
  163. }
  164. }
  165. }
Add Comment
Please, Sign In to add comment